I 4231 include/v8.h if (I::GetInstanceType(obj) == I::kJSObjectType) {
I 4235 include/v8.h int offset = I::kJSObjectHeaderSize + (internal::kApiPointerSize * index);
I 4236 include/v8.h O* value = I::ReadField<O*>(obj, offset);
I 4267 include/v8.h if (I::GetInstanceType(obj) == I::kJSObjectType) {
I 4271 include/v8.h int offset = I::kJSObjectHeaderSize + (internal::kApiPointerSize * index);
I 4272 include/v8.h O* value = I::ReadField<O*>(obj, offset);
I 4273 include/v8.h return I::GetExternalPointer(value);
I 4291 include/v8.h if (!I::IsInitialized(isolate)) return Empty();
I 4292 include/v8.h S* slot = I::GetRoot(isolate, I::kEmptySymbolRootIndex);
I 4302 include/v8.h if (I::IsExternalTwoByteString(I::GetInstanceType(obj))) {
I 4303 include/v8.h void* value = I::ReadField<void*>(obj, I::kStringResourceOffset);
I 4327 include/v8.h if (!I::HasHeapObjectTag(obj)) return false;
I 4328 include/v8.h if (I::GetInstanceType(obj) != I::kOddballType) return false;
I 4329 include/v8.h return (I::GetOddballKind(obj) == I::kUndefinedOddballKind);
I 4345 include/v8.h if (!I::HasHeapObjectTag(obj)) return false;
I 4346 include/v8.h if (I::GetInstanceType(obj) != I::kOddballType) return false;
I 4347 include/v8.h return (I::GetOddballKind(obj) == I::kNullOddballKind);
I 4363 include/v8.h if (!I::HasHeapObjectTag(obj)) return false;
I 4364 include/v8.h return (I::GetInstanceType(obj) < I::kFirstNonstringType);
I 4479 include/v8.h if (!I::IsInitialized(isolate)) return Undefined();
I 4480 include/v8.h S* slot = I::GetRoot(isolate, I::kUndefinedValueRootIndex);
I 4488 include/v8.h if (!I::IsInitialized(isolate)) return Null();
I 4489 include/v8.h S* slot = I::GetRoot(isolate, I::kNullValueRootIndex);
I 4497 include/v8.h if (!I::IsInitialized(isolate)) return True();
I 4498 include/v8.h S* slot = I::GetRoot(isolate, I::kTrueValueRootIndex);
I 4506 include/v8.h if (!I::IsInitialized(isolate)) return False();
I 4507 include/v8.h S* slot = I::GetRoot(isolate, I::kFalseValueRootIndex);
I 4514 include/v8.h I::SetEmbedderData(this, data);
I 4520 include/v8.h return I::GetEmbedderData(this);
I 240 src/arm/assembler-arm.cc al | PostIndex | 4 | LeaveCC | I | kRegister_sp_Code * B16 |
I 510 src/arm/assembler-arm.cc return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask)) ==
I 511 src/arm/assembler-arm.cc (I | TST | S);
I 516 src/arm/assembler-arm.cc return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask | B4)) ==
I 522 src/arm/assembler-arm.cc return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask)) ==
I 523 src/arm/assembler-arm.cc (I | CMP | S);
I 868 src/arm/assembler-arm.cc instr |= I | rotate_imm*B8 | immed_8;
I 1140 src/arm/assembler-arm.cc emit(cond | I | CMP | S | src.code() << 16 | raw_immediate);
I 1390 src/arm/assembler-arm.cc instr = I | rotate_imm*B8 | immed_8;
I 555 src/arm/lithium-arm.cc LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
I 565 src/arm/lithium-arm.cc LTemplateInstruction<1, I, T>* instr) {
I 573 src/arm/lithium-arm.cc LTemplateInstruction<1, I, T>* instr, int index) {
I 581 src/arm/lithium-arm.cc LTemplateInstruction<1, I, T>* instr) {
I 589 src/arm/lithium-arm.cc LTemplateInstruction<1, I, T>* instr, Register reg) {
I 596 src/arm/lithium-arm.cc LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
I 283 src/arm/lithium-arm.h template<int R, int I, int T>
I 292 src/arm/lithium-arm.h int InputCount() { return I; }
I 300 src/arm/lithium-arm.h EmbeddedContainer<LOperand*, I> inputs_;
I 443 src/arm/lithium-arm.h template<int I, int T>
I 444 src/arm/lithium-arm.h class LControlInstruction: public LTemplateInstruction<0, I, T> {
I 2333 src/arm/lithium-arm.h template<int I, int T>
I 2334 src/arm/lithium-arm.h LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
I 2336 src/arm/lithium-arm.h template<int I, int T>
I 2337 src/arm/lithium-arm.h LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
I 2338 src/arm/lithium-arm.h template<int I, int T>
I 2339 src/arm/lithium-arm.h LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
I 2341 src/arm/lithium-arm.h template<int I, int T>
I 2342 src/arm/lithium-arm.h LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
I 2343 src/arm/lithium-arm.h template<int I, int T>
I 2344 src/arm/lithium-arm.h LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
I 2346 src/arm/lithium-arm.h template<int I, int T>
I 2347 src/arm/lithium-arm.h LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
I 575 src/ia32/lithium-ia32.cc LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
I 585 src/ia32/lithium-ia32.cc LTemplateInstruction<1, I, T>* instr) {
I 593 src/ia32/lithium-ia32.cc LTemplateInstruction<1, I, T>* instr,
I 602 src/ia32/lithium-ia32.cc LTemplateInstruction<1, I, T>* instr) {
I 609 src/ia32/lithium-ia32.cc LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
I 617 src/ia32/lithium-ia32.cc LTemplateInstruction<1, I, T>* instr,
I 279 src/ia32/lithium-ia32.h template<int R, int I, int T>
I 288 src/ia32/lithium-ia32.h int InputCount() { return I; }
I 296 src/ia32/lithium-ia32.h EmbeddedContainer<LOperand*, I> inputs_;
I 434 src/ia32/lithium-ia32.h template<int I, int T>
I 435 src/ia32/lithium-ia32.h class LControlInstruction: public LTemplateInstruction<0, I, T> {
I 2433 src/ia32/lithium-ia32.h template<int I, int T>
I 2434 src/ia32/lithium-ia32.h LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
I 2436 src/ia32/lithium-ia32.h template<int I, int T>
I 2437 src/ia32/lithium-ia32.h LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
I 2438 src/ia32/lithium-ia32.h template<int I, int T>
I 2439 src/ia32/lithium-ia32.h LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
I 2441 src/ia32/lithium-ia32.h template<int I, int T>
I 2442 src/ia32/lithium-ia32.h LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
I 2443 src/ia32/lithium-ia32.h template<int I, int T>
I 2444 src/ia32/lithium-ia32.h LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
I 2446 src/ia32/lithium-ia32.h template<int I, int T>
I 2447 src/ia32/lithium-ia32.h LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
I 555 src/mips/lithium-mips.cc LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
I 565 src/mips/lithium-mips.cc LTemplateInstruction<1, I, T>* instr) {
I 573 src/mips/lithium-mips.cc LTemplateInstruction<1, I, T>* instr, int index) {
I 581 src/mips/lithium-mips.cc LTemplateInstruction<1, I, T>* instr) {
I 589 src/mips/lithium-mips.cc LTemplateInstruction<1, I, T>* instr, Register reg) {
I 596 src/mips/lithium-mips.cc LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
I 282 src/mips/lithium-mips.h template<int R, int I, int T>
I 291 src/mips/lithium-mips.h int InputCount() { return I; }
I 299 src/mips/lithium-mips.h EmbeddedContainer<LOperand*, I> inputs_;
I 442 src/mips/lithium-mips.h template<int I, int T>
I 443 src/mips/lithium-mips.h class LControlInstruction: public LTemplateInstruction<0, I, T> {
I 2295 src/mips/lithium-mips.h template<int I, int T>
I 2296 src/mips/lithium-mips.h LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
I 2298 src/mips/lithium-mips.h template<int I, int T>
I 2299 src/mips/lithium-mips.h LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
I 2300 src/mips/lithium-mips.h template<int I, int T>
I 2301 src/mips/lithium-mips.h LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
I 2303 src/mips/lithium-mips.h template<int I, int T>
I 2304 src/mips/lithium-mips.h LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
I 2305 src/mips/lithium-mips.h template<int I, int T>
I 2306 src/mips/lithium-mips.h LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
I 2308 src/mips/lithium-mips.h template<int I, int T>
I 2309 src/mips/lithium-mips.h LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
I 13643 src/runtime.cc INLINE_FUNCTION_LIST(I)
I 13644 src/runtime.cc INLINE_RUNTIME_FUNCTION_LIST(I)
I 211 src/unicode-inl.h template <class R, class I, unsigned s>
I 212 src/unicode-inl.h void InputBuffer<R, I, s>::FillBuffer() {
I 216 src/unicode-inl.h template <class R, class I, unsigned s>
I 217 src/unicode-inl.h void InputBuffer<R, I, s>::Rewind() {
I 221 src/unicode-inl.h template <class R, class I, unsigned s>
I 222 src/unicode-inl.h void InputBuffer<R, I, s>::Reset(unsigned position, I input) {
I 230 src/unicode-inl.h template <class R, class I, unsigned s>
I 231 src/unicode-inl.h void InputBuffer<R, I, s>::Reset(I input) {
I 235 src/unicode-inl.h template <class R, class I, unsigned s>
I 236 src/unicode-inl.h void InputBuffer<R, I, s>::Seek(unsigned position) {
I 558 src/x64/lithium-x64.cc LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
I 568 src/x64/lithium-x64.cc LTemplateInstruction<1, I, T>* instr) {
I 576 src/x64/lithium-x64.cc LTemplateInstruction<1, I, T>* instr,
I 585 src/x64/lithium-x64.cc LTemplateInstruction<1, I, T>* instr) {
I 592 src/x64/lithium-x64.cc LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
I 600 src/x64/lithium-x64.cc LTemplateInstruction<1, I, T>* instr,
I 284 src/x64/lithium-x64.h template<int R, int I, int T>
I 293 src/x64/lithium-x64.h int InputCount() { return I; }
I 301 src/x64/lithium-x64.h EmbeddedContainer<LOperand*, I> inputs_;
I 445 src/x64/lithium-x64.h template<int I, int T>
I 446 src/x64/lithium-x64.h class LControlInstruction: public LTemplateInstruction<0, I, T> {
I 2286 src/x64/lithium-x64.h template<int I, int T>
I 2287 src/x64/lithium-x64.h LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
I 2289 src/x64/lithium-x64.h template<int I, int T>
I 2290 src/x64/lithium-x64.h LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
I 2291 src/x64/lithium-x64.h template<int I, int T>
I 2292 src/x64/lithium-x64.h LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
I 2294 src/x64/lithium-x64.h template<int I, int T>
I 2295 src/x64/lithium-x64.h LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
I 2296 src/x64/lithium-x64.h template<int I, int T>
I 2297 src/x64/lithium-x64.h LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
I 2299 src/x64/lithium-x64.h template<int I, int T>
I 2300 src/x64/lithium-x64.h LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
I 960 test/cctest/test-assembler-arm.cc I i;
I 968 test/cctest/test-assembler-arm.cc __ ldr(r1, MemOperand(r0, OFFSET_OF(I, a)));
I 971 test/cctest/test-assembler-arm.cc __ str(r1, MemOperand(r0, OFFSET_OF(I, a)));
I 973 test/cctest/test-assembler-arm.cc __ ldr(r2, MemOperand(r0, OFFSET_OF(I, b)));
I 976 test/cctest/test-assembler-arm.cc __ str(r2, MemOperand(r0, OFFSET_OF(I, b)));
I 983 test/cctest/test-assembler-arm.cc __ str(r3, MemOperand(r0, OFFSET_OF(I, c)));
I 989 test/cctest/test-assembler-arm.cc __ str(r3, MemOperand(r0, OFFSET_OF(I, d)));