Home
last modified time | relevance | path

Searched refs:SlotOffset (Results 1 – 25 of 39) sorted by relevance

12

/external/v8/src/compiler/
Djs-generic-lowering.cc313 Context::SlotOffset(Context::NATIVE_CONTEXT_INDEX)), in LowerJSLoadGlobal()
317 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSLoadGlobal()
363 Context::SlotOffset(Context::NATIVE_CONTEXT_INDEX)), in LowerJSStoreGlobal()
367 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSStoreGlobal()
405 Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSLoadContext()
409 node->ReplaceInput(1, jsgraph()->Int32Constant(Context::SlotOffset( in LowerJSLoadContext()
423 Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSStoreContext()
428 node->ReplaceInput(1, jsgraph()->Int32Constant(Context::SlotOffset( in LowerJSStoreContext()
Daccess-builder.cc302 Context::SlotOffset(static_cast<int>(index)) + kHeapObjectTag); in ForContextSlot()
Dinterpreter-assembler.cc408 IntPtrConstant(Context::SlotOffset(slot_index))); in LoadContextSlot()
/external/v8/src/x87/
Dmacro-assembler-x87.h964 return Operand(context, Context::SlotOffset(index)); in ContextOperand()
968 return Operand(context, index, times_pointer_size, Context::SlotOffset(0)); in ContextOperand()
Dmacro-assembler-x87.cc2137 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2139 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h984 return Operand(context, Context::SlotOffset(index)); in ContextOperand()
988 return Operand(context, index, times_pointer_size, Context::SlotOffset(0)); in ContextOperand()
Dmacro-assembler-ia32.cc2173 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2175 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
/external/v8/src/
Dcontexts.h539 static int SlotOffset(int index) { in SlotOffset() function
/external/v8/src/x64/
Dmacro-assembler-x64.h1695 return Operand(context, Context::SlotOffset(index)); in ContextOperand()
1700 return Operand(context, index, times_pointer_size, Context::SlotOffset(0)); in ContextOperand()
Dmacro-assembler-x64.cc5067 movp(dst, Operand(rsi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
5069 movp(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc212 int context_offset = Context::SlotOffset(var->index()); in Generate()
717 int offset = Context::SlotOffset(var->index()); in SetVar()
847 int offset = Context::SlotOffset(variable->index()); in VisitFunctionDeclaration()
2400 rcx, Context::SlotOffset(var->index()), rdx, rbx, kDontSaveFPRegs); in EmitStoreToStackLocalOrContextSlot()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc214 int context_offset = Context::SlotOffset(var->index()); in Generate()
701 int offset = Context::SlotOffset(var->index()); in SetVar()
832 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()), in VisitFunctionDeclaration()
2401 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc214 int context_offset = Context::SlotOffset(var->index()); in Generate()
704 int offset = Context::SlotOffset(var->index()); in SetVar()
837 Context::SlotOffset(variable->index()), in VisitFunctionDeclaration()
2409 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot()
/external/v8/src/arm/
Dmacro-assembler-arm.h1532 return MemOperand(context, Context::SlotOffset(index));
Dmacro-assembler-arm.cc2638 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2640 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1574 return MemOperand(context, Context::SlotOffset(index));
Dmacro-assembler-ppc.cc2455 LoadP(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2457 LoadP(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
/external/v8/src/mips/
Dmacro-assembler-mips.h113 return MemOperand(context, Context::SlotOffset(index)); in ContextMemOperand()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h2192 return MemOperand(context, Context::SlotOffset(index));
Dmacro-assembler-arm64.cc2875 Ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
2877 Ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h126 return MemOperand(context, Context::SlotOffset(index)); in ContextMemOperand()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc894 int offset = Context::SlotOffset(variable->index()); in VisitFunctionDeclaration()
2221 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc891 int offset = Context::SlotOffset(variable->index()); in VisitFunctionDeclaration()
2504 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc856 int offset = Context::SlotOffset(variable->index()); in VisitFunctionDeclaration()
2511 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc894 int offset = Context::SlotOffset(variable->index()); in VisitFunctionDeclaration()
2516 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot()

12