/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 340 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSLoadContext() 343 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index()))); in LowerJSLoadContext() 357 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)), in LowerJSStoreContext() 361 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index()))); in LowerJSStoreContext()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 58 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GenerateLoadInternalArrayFunction() 64 Context::SlotOffset( in GenerateLoadInternalArrayFunction() 74 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GenerateLoadArrayFunction() 80 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX))); in GenerateLoadArrayFunction()
|
D | macro-assembler-arm.cc | 2752 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GetBuiltinFunction() 2885 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2887 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2906 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadTransitionedArrayMapConditional() 2912 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX))); in LoadTransitionedArrayMapConditional() 2929 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadGlobalFunction() 2934 ldr(function, MemOperand(function, Context::SlotOffset(index))); in LoadGlobalFunction()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 62 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GenerateLoadInternalArrayFunction() 68 Context::SlotOffset( in GenerateLoadInternalArrayFunction() 78 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GenerateLoadArrayFunction() 84 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX))); in GenerateLoadArrayFunction()
|
D | macro-assembler-mips64.cc | 4541 ld(target, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GetBuiltinFunction() 4677 ld(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4679 ld(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4698 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadTransitionedArrayMapConditional() 4704 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX))); in LoadTransitionedArrayMapConditional() 4720 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadGlobalFunction() 4725 ld(function, MemOperand(function, Context::SlotOffset(index))); in LoadGlobalFunction()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 63 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GenerateLoadInternalArrayFunction() 69 Context::SlotOffset( in GenerateLoadInternalArrayFunction() 79 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GenerateLoadArrayFunction() 85 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX))); in GenerateLoadArrayFunction()
|
D | macro-assembler-mips.cc | 4651 lw(target, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GetBuiltinFunction() 4787 lw(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4789 lw(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4808 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadTransitionedArrayMapConditional() 4814 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX))); in LoadTransitionedArrayMapConditional() 4830 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadGlobalFunction() 4835 lw(function, MemOperand(function, Context::SlotOffset(index))); in LoadGlobalFunction()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 2378 mov(target, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GetBuiltinFunction() 2397 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2399 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2427 mov(scratch, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadTransitionedArrayMapConditional() 2432 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX))); in LoadTransitionedArrayMapConditional() 2449 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadGlobalFunction() 2454 mov(function, Operand(function, Context::SlotOffset(index))); in LoadGlobalFunction()
|
D | full-codegen-x87.cc | 220 int context_offset = Context::SlotOffset(var->index()); in Generate() 707 int offset = Context::SlotOffset(var->index()); in SetVar() 839 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()), in VisitFunctionDeclaration() 875 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()), eax, in VisitModuleDeclaration() 2208 __ mov(ebx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in EmitCreateIteratorResult() 2431 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot() 3077 __ mov(edx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in EmitIsStringWrapperSafeForDefaultValueOf()
|
D | builtins-x87.cc | 819 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in Generate_FunctionCall() 989 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in Generate_FunctionApply()
|
D | macro-assembler-x87.h | 1044 return Operand(context, Context::SlotOffset(index)); in ContextOperand()
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 67 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); in GenerateDirectLoadGlobalFunctionPrototype() 70 __ Cmp(Operand(scratch, Context::SlotOffset(index)), function); in GenerateDirectLoadGlobalFunctionPrototype()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2416 mov(target, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GetBuiltinFunction() 2435 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2437 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 2465 mov(scratch, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadTransitionedArrayMapConditional() 2470 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX))); in LoadTransitionedArrayMapConditional() 2487 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadGlobalFunction() 2492 mov(function, Operand(function, Context::SlotOffset(index))); in LoadGlobalFunction()
|
D | builtins-ia32.cc | 819 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in Generate_FunctionCall() 989 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in Generate_FunctionApply()
|
D | full-codegen-ia32.cc | 220 int context_offset = Context::SlotOffset(var->index()); in Generate() 710 int offset = Context::SlotOffset(var->index()); in SetVar() 843 Context::SlotOffset(variable->index()), in VisitFunctionDeclaration() 883 Context::SlotOffset(variable->index()), in VisitModuleDeclaration() 2441 int offset = Context::SlotOffset(var->index()); in EmitStoreToStackLocalOrContextSlot() 3087 __ mov(edx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in EmitIsStringWrapperSafeForDefaultValueOf()
|
D | macro-assembler-ia32.h | 1076 return Operand(context, Context::SlotOffset(index)); in ContextOperand()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 97 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); in GenerateDirectLoadGlobalFunctionPrototype() 100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function); in GenerateDirectLoadGlobalFunctionPrototype()
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 151 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); in GenerateDirectLoadGlobalFunctionPrototype() 154 __ ldr(scratch, MemOperand(scratch, Context::SlotOffset(index))); in GenerateDirectLoadGlobalFunctionPrototype()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 97 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); in GenerateDirectLoadGlobalFunctionPrototype() 100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function); in GenerateDirectLoadGlobalFunctionPrototype()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 149 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); in GenerateDirectLoadGlobalFunctionPrototype() 152 __ ld(scratch, MemOperand(scratch, Context::SlotOffset(index))); in GenerateDirectLoadGlobalFunctionPrototype()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 149 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); in GenerateDirectLoadGlobalFunctionPrototype() 152 __ lw(scratch, MemOperand(scratch, Context::SlotOffset(index))); in GenerateDirectLoadGlobalFunctionPrototype()
|
/external/v8/src/ |
D | contexts.h | 552 static int SlotOffset(int index) { in SlotOffset() function
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 891 movp(target, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in GetBuiltinFunction() 4810 movp(dst, Operand(rsi, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4812 movp(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX))); in LoadContext() 4841 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadTransitionedArrayMapConditional() 4846 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX))); in LoadTransitionedArrayMapConditional() 4869 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in LoadGlobalFunction() 4873 movp(function, Operand(function, Context::SlotOffset(index))); in LoadGlobalFunction()
|
D | builtins-x64.cc | 882 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in Generate_FunctionCall() 1060 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in Generate_FunctionApply()
|
D | full-codegen-x64.cc | 219 int context_offset = Context::SlotOffset(var->index()); in Generate() 732 int offset = Context::SlotOffset(var->index()); in SetVar() 863 int offset = Context::SlotOffset(variable->index()); in VisitFunctionDeclaration() 906 Context::SlotOffset(variable->index()), in VisitModuleDeclaration() 2440 rcx, Context::SlotOffset(var->index()), rdx, rbx, kDontSaveFPRegs); in EmitStoreToStackLocalOrContextSlot() 3080 __ movp(rdx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX))); in EmitIsStringWrapperSafeForDefaultValueOf()
|