Searched refs:SlotOffset (Results 1 - 25 of 46) sorted by relevance

12

/external/v8/src/compiler/
H A Djs-generic-lowering.cc340 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)),
343 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
357 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)),
361 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
/external/v8/src/arm/
H A Dbuiltins-arm.cc58 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
64 Context::SlotOffset(
74 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
80 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
H A Dmacro-assembler-arm.cc2752 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2885 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2887 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2906 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2912 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX)));
2929 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2934 ldr(function, MemOperand(function, Context::SlotOffset(index)));
H A Dcode-stubs-arm.cc1646 Context::SlotOffset(Context::SLOPPY_ARGUMENTS_MAP_INDEX);
1648 Context::SlotOffset(Context::ALIASED_ARGUMENTS_MAP_INDEX);
1650 __ ldr(r4, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
1852 __ ldr(r4, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
1855 r4, Context::SlotOffset(Context::STRICT_ARGUMENTS_MAP_INDEX)));
/external/v8/src/mips/
H A Dbuiltins-mips.cc63 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
69 Context::SlotOffset(
79 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
85 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
H A Dmacro-assembler-mips.cc4651 lw(target, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4787 lw(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX)));
4789 lw(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
4808 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4814 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX)));
4830 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4835 lw(function, MemOperand(function, Context::SlotOffset(index)));
/external/v8/src/mips64/
H A Dbuiltins-mips64.cc62 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
68 Context::SlotOffset(
78 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
84 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
H A Dmacro-assembler-mips64.cc4541 ld(target, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4677 ld(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX)));
4679 ld(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
4698 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4704 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX)));
4720 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4725 ld(function, MemOperand(function, Context::SlotOffset(index)));
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc151 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
154 __ ldr(scratch, MemOperand(scratch, Context::SlotOffset(index)));
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc97 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function);
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc149 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
152 __ lw(scratch, MemOperand(scratch, Context::SlotOffset(index)));
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc149 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
152 __ ld(scratch, MemOperand(scratch, Context::SlotOffset(index)));
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc67 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
70 __ Cmp(Operand(scratch, Context::SlotOffset(index)), function);
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc97 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2416 mov(target, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2435 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2437 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2465 mov(scratch, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2470 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX)));
2487 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2492 mov(function, Operand(function, Context::SlotOffset(index)));
H A Dbuiltins-ia32.cc819 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
989 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
H A Dmacro-assembler-ia32.h1076 return Operand(context, Context::SlotOffset(index));
H A Dcode-stubs-ia32.cc850 __ mov(edi, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
857 Operand(edi, Context::SlotOffset(Context::SLOPPY_ARGUMENTS_MAP_INDEX)));
863 Operand(edi, Context::SlotOffset(Context::ALIASED_ARGUMENTS_MAP_INDEX)));
1047 __ mov(edi, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
1049 const int offset = Context::SlotOffset(Context::STRICT_ARGUMENTS_MAP_INDEX);
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc2378 mov(target, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2397 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2399 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2427 mov(scratch, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2432 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX)));
2449 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2454 mov(function, Operand(function, Context::SlotOffset(index)));
H A Dbuiltins-x87.cc819 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
989 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
H A Dmacro-assembler-x87.h1044 return Operand(context, Context::SlotOffset(index));
H A Dfull-codegen-x87.cc220 int context_offset = Context::SlotOffset(var->index());
707 int offset = Context::SlotOffset(var->index());
839 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()),
875 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()), eax,
2208 __ mov(ebx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2431 int offset = Context::SlotOffset(var->index());
3077 __ mov(edx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
/external/v8/src/
H A Dcontexts.h552 static int SlotOffset(int index) { function in class:v8::internal::Context
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc891 movp(target, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4810 movp(dst, Operand(rsi, Context::SlotOffset(Context::PREVIOUS_INDEX)));
4812 movp(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
4841 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4846 Context::SlotOffset(Context::JS_ARRAY_MAPS_INDEX)));
4869 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
4873 movp(function, Operand(function, Context::SlotOffset(index)));
H A Dbuiltins-x64.cc882 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
1060 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));

Completed in 1021 milliseconds

12