/external/v8/src/ |
contexts.h | 353 static int SlotOffset(int index) {
|
full-codegen.h | 289 int SlotOffset(Slot* slot);
|
full-codegen.cc | 405 int FullCodeGenerator::SlotOffset(Slot* slot) { [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | 773 movq(target, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX))); [all...] |
code-stubs-x64.cc | 77 __ movq(rcx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX))); 79 __ movq(rcx, Operand(rcx, Context::SlotOffset(map_index))); 134 __ movq(Operand(rax, Context::SlotOffset(Context::CLOSURE_INDEX)), rcx); 135 __ movq(Operand(rax, Context::SlotOffset(Context::FCONTEXT_INDEX)), rax); 136 __ movq(Operand(rax, Context::SlotOffset(Context::PREVIOUS_INDEX)), rbx); 137 __ movq(Operand(rax, Context::SlotOffset(Context::EXTENSION_INDEX)), rbx); 140 __ movq(rbx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX))); 141 __ movq(Operand(rax, Context::SlotOffset(Context::GLOBAL_INDEX)), rbx); 146 __ movq(Operand(rax, Context::SlotOffset(i)), rbx); [all...] |
full-codegen-x64.cc | 169 int context_offset = Context::SlotOffset(slot->index()); 589 return Operand(rbp, SlotOffset(slot)); 666 __ movq(Operand(rbp, SlotOffset(slot)), kScratchRegister); 669 __ movq(Operand(rbp, SlotOffset(slot)), result_register()); 692 int offset = Context::SlotOffset(slot->index()); [all...] |
stub-cache-x64.cc | 243 Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX))); 248 __ movq(prototype, Operand(prototype, Context::SlotOffset(index))); 262 __ cmpq(Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)), [all...] |
lithium-codegen-x64.cc | 202 int context_offset = Context::SlotOffset(slot->index()); [all...] |
macro-assembler-x64.h | [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | [all...] |
full-codegen-ia32.cc | 170 int context_offset = Context::SlotOffset(slot->index()); 585 return Operand(ebp, SlotOffset(slot)); 616 int offset = Context::SlotOffset(dst->index()); 662 __ mov(Operand(ebp, SlotOffset(slot)), 666 __ mov(Operand(ebp, SlotOffset(slot)), result_register()); 690 int offset = Context::SlotOffset(slot->index()); [all...] |
macro-assembler-ia32.h | 772 return Operand(context, Context::SlotOffset(index)); [all...] |
code-stubs-ia32.cc | 80 __ mov(ecx, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX))); 82 __ mov(ecx, Operand(ecx, Context::SlotOffset(map_index))); 138 __ mov(Operand(eax, Context::SlotOffset(Context::CLOSURE_INDEX)), ecx); 139 __ mov(Operand(eax, Context::SlotOffset(Context::FCONTEXT_INDEX)), eax); 140 __ mov(Operand(eax, Context::SlotOffset(Context::PREVIOUS_INDEX)), ebx); 141 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx); 147 __ mov(ebx, Operand(ebx, Context::SlotOffset(Context::GLOBAL_INDEX))); 148 __ mov(Operand(eax, Context::SlotOffset(Context::GLOBAL_INDEX)), ebx); 153 __ mov(Operand(eax, Context::SlotOffset(i)), ebx); [all...] |
lithium-codegen-ia32.cc | 187 int context_offset = Context::SlotOffset(slot->index()); [all...] |
stub-cache-ia32.cc | 279 __ cmp(Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)), [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | 181 __ mov(r1, Operand(Context::SlotOffset(slot->index()))); 618 return MemOperand(fp, SlotOffset(slot)); 651 Operand(Context::SlotOffset(dst->index())), 699 __ str(ip, MemOperand(fp, SlotOffset(slot))); 702 __ str(result_register(), MemOperand(fp, SlotOffset(slot))); 726 int offset = Context::SlotOffset(slot->index()); [all...] |
code-stubs-arm.cc | 100 __ ldr(r2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX))); 102 __ ldr(r2, MemOperand(r2, Context::SlotOffset(map_index))); 160 __ str(r3, MemOperand(r0, Context::SlotOffset(Context::CLOSURE_INDEX))); 161 __ str(r0, MemOperand(r0, Context::SlotOffset(Context::FCONTEXT_INDEX))); 162 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::PREVIOUS_INDEX))); 163 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX))); 166 __ ldr(r1, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX))); 167 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::GLOBAL_INDEX))); 172 __ str(r1, MemOperand(r0, Context::SlotOffset(i))); [all...] |
macro-assembler-arm.cc | [all...] |
builtins-arm.cc | 79 __ ldr(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX))); 85 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX))); [all...] |
macro-assembler-arm.h | [all...] |
stub-cache-arm.cc | 276 __ ldr(prototype, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX))); 281 __ ldr(prototype, MemOperand(prototype, Context::SlotOffset(index))); 294 __ ldr(prototype, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX))); [all...] |
lithium-codegen-arm.cc | 193 __ mov(r1, Operand(Context::SlotOffset(slot->index()))); [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.cc | [all...] |
macro-assembler-mips.h | [all...] |