/external/chromium_org/v8/src/ |
D | contexts.h | 264 PREVIOUS_INDEX, enumerator 424 void set_previous(Context* context) { set(PREVIOUS_INDEX, context); } in set_previous() 585 Object* unchecked_previous() { return get(PREVIOUS_INDEX); } in unchecked_previous()
|
D | full-codegen.cc | 612 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in AllocateModules() 760 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitModuleLiteral() 1085 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitBlock() 1107 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitModuleStatement() 1172 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitContinueStatement() 1200 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitBreakStatement() 1249 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitWithStatement() 1400 LoadContextField(context_register(), Context::PREVIOUS_INDEX); in VisitTryCatchStatement()
|
D | gdb-jit.cc | 1156 DCHECK(Context::PREVIOUS_INDEX == 1); in WriteBodyInternal()
|
D | code-stubs-hydrogen.cc | 1531 HObjectAccess::ForContextSlot(Context::PREVIOUS_INDEX), in BuildCodeStub()
|
D | hydrogen.cc | 4569 HObjectAccess::ForContextSlot(Context::PREVIOUS_INDEX)); in VisitBlock() 4700 HObjectAccess::ForContextSlot(Context::PREVIOUS_INDEX)); in VisitContinueStatement() 4732 HObjectAccess::ForContextSlot(Context::PREVIOUS_INDEX)); in VisitBreakStatement() 5332 HObjectAccess::ForContextSlot(Context::PREVIOUS_INDEX)); in BuildContextChainWalk()
|
D | heap-snapshot-generator.cc | 1267 EXTRACT_CONTEXT_FIELD(PREVIOUS_INDEX, Context, previous); in ExtractContextReferences()
|
/external/chromium_org/v8/src/compiler/ |
D | js-generic-lowering.cc | 340 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSLoadContext() 357 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSStoreContext()
|
/external/chromium_org/v8/src/x87/ |
D | macro-assembler-x87.cc | 2397 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2399 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|
D | full-codegen-x87.cc | 1305 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1332 __ mov(temp, ContextOperand(temp, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1368 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/chromium_org/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2435 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2437 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|
D | full-codegen-ia32.cc | 1316 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1343 __ mov(temp, ContextOperand(temp, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1379 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 1380 __ Ldr(next, ContextMemOperand(current, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1402 __ Ldr(next, ContextMemOperand(next, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1434 __ Ldr(next, ContextMemOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | macro-assembler-arm64.cc | 3258 Ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 3260 Ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|
/external/chromium_org/v8/src/x64/ |
D | full-codegen-x64.cc | 1350 __ movp(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1378 __ movp(temp, ContextOperand(temp, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1413 __ movp(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | macro-assembler-x64.cc | 4810 movp(dst, Operand(rsi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4812 movp(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|
/external/chromium_org/v8/src/mips/ |
D | full-codegen-mips.cc | 1379 __ lw(next, ContextOperand(current, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1403 __ lw(next, ContextOperand(next, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1436 __ lw(next, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | macro-assembler-mips.cc | 4787 lw(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4789 lw(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|
/external/chromium_org/v8/src/arm/ |
D | full-codegen-arm.cc | 1394 __ ldr(next, ContextOperand(current, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1420 __ ldr(next, ContextOperand(next, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1454 __ ldr(next, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | macro-assembler-arm.cc | 2885 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2887 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|
/external/chromium_org/v8/src/mips64/ |
D | full-codegen-mips64.cc | 1374 __ ld(next, ContextOperand(current, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1398 __ ld(next, ContextOperand(next, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions() 1431 __ ld(next, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | macro-assembler-mips64.cc | 4677 ld(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4679 ld(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
|