HomeSort by relevance Sort by last modified time
    Searched refs:SlotOffset (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/src/
contexts.h 424 static int SlotOffset(int index) {
  /external/v8/src/arm/
builtins-arm.cc 80 __ ldr(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
86 Context::SlotOffset(
95 __ ldr(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
101 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
macro-assembler-arm.cc     [all...]
code-stubs-arm.cc 107 __ ldr(r2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
109 __ ldr(r2, MemOperand(r2, Context::SlotOffset(map_index)));
165 __ ldr(r2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
167 __ str(r3, MemOperand(r0, Context::SlotOffset(Context::CLOSURE_INDEX)));
168 __ str(cp, MemOperand(r0, Context::SlotOffset(Context::PREVIOUS_INDEX)));
169 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX)));
170 __ str(r2, MemOperand(r0, Context::SlotOffset(Context::GLOBAL_INDEX)));
175 __ str(r1, MemOperand(r0, Context::SlotOffset(i)));
    [all...]
macro-assembler-arm.h     [all...]
full-codegen-arm.cc 835 int offset = Context::SlotOffset(variable->index());
    [all...]
stub-cache-arm.cc 286 __ ldr(prototype, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
291 __ ldr(prototype, MemOperand(prototype, Context::SlotOffset(index)));
307 __ ldr(prototype, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 84 __ lw(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
90 Context::SlotOffset(
99 __ lw(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
105 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
code-stubs-mips.cc 109 __ lw(a2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
111 __ lw(a2, MemOperand(a2, Context::SlotOffset(map_index)));
167 __ lw(a2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
169 __ sw(a3, MemOperand(v0, Context::SlotOffset(Context::CLOSURE_INDEX)));
170 __ sw(cp, MemOperand(v0, Context::SlotOffset(Context::PREVIOUS_INDEX)));
171 __ sw(a1, MemOperand(v0, Context::SlotOffset(Context::EXTENSION_INDEX)));
172 __ sw(a2, MemOperand(v0, Context::SlotOffset(Context::GLOBAL_INDEX)));
177 __ sw(a1, MemOperand(v0, Context::SlotOffset(i)));
    [all...]
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h 106 return MemOperand(context, Context::SlotOffset(index));
    [all...]
full-codegen-mips.cc 844 int offset = Context::SlotOffset(variable->index());
    [all...]
stub-cache-mips.cc 273 __ lw(prototype, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
278 __ lw(prototype, MemOperand(prototype, Context::SlotOffset(index)));
294 __ lw(prototype, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
macro-assembler-ia32.h     [all...]
code-stubs-ia32.cc 81 __ mov(ecx, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
83 __ mov(ecx, Operand(ecx, Context::SlotOffset(map_index)));
140 __ mov(Operand(eax, Context::SlotOffset(Context::CLOSURE_INDEX)), ecx);
141 __ mov(Operand(eax, Context::SlotOffset(Context::PREVIOUS_INDEX)), esi);
142 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx);
145 __ mov(ebx, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
146 __ mov(Operand(eax, Context::SlotOffset(Context::GLOBAL_INDEX)), ebx);
151 __ mov(Operand(eax, Context::SlotOffset(i)), ebx);
    [all...]
full-codegen-ia32.cc 210 int context_offset = Context::SlotOffset(var->index());
739 int offset = Context::SlotOffset(var->index());
811 Context::SlotOffset(variable->index()),
    [all...]
lithium-codegen-ia32.cc 214 int context_offset = Context::SlotOffset(var->index());
    [all...]
stub-cache-ia32.cc 279 __ cmp(Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)),
    [all...]
  /external/v8/src/x64/
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::PREVIOUS_INDEX)), rsi);
136 __ movq(Operand(rax, Context::SlotOffset(Context::EXTENSION_INDEX)), rbx);
139 __ movq(rbx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)));
140 __ movq(Operand(rax, Context::SlotOffset(Context::GLOBAL_INDEX)), rbx);
145 __ movq(Operand(rax, Context::SlotOffset(i)), rbx);
    [all...]
macro-assembler-x64.cc 787 movq(target, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)));
    [all...]
full-codegen-x64.cc 224 int context_offset = Context::SlotOffset(var->index());
680 int offset = Context::SlotOffset(var->index());
749 int offset = Context::SlotOffset(variable->index());
    [all...]
macro-assembler-x64.h     [all...]
stub-cache-x64.cc 231 Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)));
236 __ movq(prototype, Operand(prototype, Context::SlotOffset(index)));
253 __ cmpq(Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)),
    [all...]
lithium-codegen-x64.cc 212 int context_offset = Context::SlotOffset(var->index());
    [all...]

Completed in 596 milliseconds

1 2