Home
last modified time | relevance | path

Searched refs:PREVIOUS_INDEX (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/v8/src/
Dcontexts.h264 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()
Dfull-codegen.cc612 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()
Dgdb-jit.cc1156 DCHECK(Context::PREVIOUS_INDEX == 1); in WriteBodyInternal()
Dcode-stubs-hydrogen.cc1531 HObjectAccess::ForContextSlot(Context::PREVIOUS_INDEX), in BuildCodeStub()
Dhydrogen.cc4569 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()
Dheap-snapshot-generator.cc1267 EXTRACT_CONTEXT_FIELD(PREVIOUS_INDEX, Context, previous); in ExtractContextReferences()
/external/chromium_org/v8/src/compiler/
Djs-generic-lowering.cc340 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSLoadContext()
357 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSStoreContext()
/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.cc2397 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2399 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
Dfull-codegen-x87.cc1305 __ 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/
Dmacro-assembler-ia32.cc2435 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2437 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
Dfull-codegen-ia32.cc1316 __ 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/
Dfull-codegen-arm64.cc1380 __ 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()
Dmacro-assembler-arm64.cc3258 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/
Dfull-codegen-x64.cc1350 __ 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()
Dmacro-assembler-x64.cc4810 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/
Dfull-codegen-mips.cc1379 __ 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()
Dmacro-assembler-mips.cc4787 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/
Dfull-codegen-arm.cc1394 __ 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()
Dmacro-assembler-arm.cc2885 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/
Dfull-codegen-mips64.cc1374 __ 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()
Dmacro-assembler-mips64.cc4677 ld(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
4679 ld(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()