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

1 2 3

  /external/v8/src/
contexts.h 424 static int SlotOffset(int index) {
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 81 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
87 Context::SlotOffset(
97 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
103 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
macro-assembler-arm.cc     [all...]
code-stubs-arm.cc 331 __ ldr(r2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
333 __ ldr(r5, MemOperand(r2, Context::SlotOffset(map_index)));
423 Context::SlotOffset(Context::OPTIMIZED_FUNCTIONS_LIST),
458 __ ldr(r2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
460 __ str(r3, MemOperand(r0, Context::SlotOffset(Context::CLOSURE_INDEX)));
461 __ str(cp, MemOperand(r0, Context::SlotOffset(Context::PREVIOUS_INDEX)));
462 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX)));
463 __ str(r2, MemOperand(r0, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
468 __ str(r1, MemOperand(r0, Context::SlotOffset(i)));
    [all...]
  /external/chromium_org/v8/src/
contexts.h 479 static int SlotOffset(int index) {
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 85 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
91 Context::SlotOffset(
101 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
107 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
code-stubs-mips.cc 332 __ lw(a2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
334 __ lw(t1, MemOperand(a2, Context::SlotOffset(map_index)));
424 Context::SlotOffset(Context::OPTIMIZED_FUNCTIONS_LIST),
459 __ lw(a2, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
461 __ sw(a3, MemOperand(v0, Context::SlotOffset(Context::CLOSURE_INDEX)));
462 __ sw(cp, MemOperand(v0, Context::SlotOffset(Context::PREVIOUS_INDEX)));
463 __ sw(a1, MemOperand(v0, Context::SlotOffset(Context::EXTENSION_INDEX)));
464 __ sw(a2, MemOperand(v0, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
469 __ sw(a1, MemOperand(v0, Context::SlotOffset(i)));
    [all...]
macro-assembler-mips.cc     [all...]
  /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...]
  /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...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
code-stubs-ia32.cc 319 __ mov(ecx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
321 __ mov(ebx, Operand(ecx, Context::SlotOffset(map_index)));
404 Context::SlotOffset(Context::OPTIMIZED_FUNCTIONS_LIST),
448 __ mov(Operand(eax, Context::SlotOffset(Context::CLOSURE_INDEX)), ecx);
449 __ mov(Operand(eax, Context::SlotOffset(Context::PREVIOUS_INDEX)), esi);
450 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx);
453 __ mov(ebx, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
454 __ mov(Operand(eax, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)), ebx);
459 __ mov(Operand(eax, Context::SlotOffset(i)), ebx);
    [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...]
  /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...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 893 movq(target, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
    [all...]
code-stubs-x64.cc 315 __ movq(rcx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
317 __ movq(rbx, Operand(rcx, Context::SlotOffset(map_index)));
408 Context::SlotOffset(Context::OPTIMIZED_FUNCTIONS_LIST),
449 __ movq(Operand(rax, Context::SlotOffset(Context::CLOSURE_INDEX)), rcx);
450 __ movq(Operand(rax, Context::SlotOffset(Context::PREVIOUS_INDEX)), rsi);
451 __ movq(Operand(rax, Context::SlotOffset(Context::EXTENSION_INDEX)), rbx);
454 __ movq(rbx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
455 __ movq(Operand(rax, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)), rbx);
460 __ movq(Operand(rax, Context::SlotOffset(i)), rbx);
    [all...]

Completed in 674 milliseconds

1 2 3