HomeSort by relevance Sort by last modified time
    Searched refs:ContextOperand (Results 1 - 16 of 16) sorted by null

  /external/v8/src/arm/
full-codegen-arm.cc 216 MemOperand target = ContextOperand(cp, var->index());
734 return ContextOperand(scratch, var->index());
834 __ str(result_register(), ContextOperand(cp, variable->index()));
849 __ str(ip, ContextOperand(cp, variable->index()));
    [all...]
macro-assembler-arm.h     [all...]
code-stubs-arm.cc 226 __ ldr(r3, ContextOperand(r3, Context::CLOSURE_INDEX));
230 __ ldr(r2, ContextOperand(cp, Context::GLOBAL_INDEX));
231 __ str(r3, ContextOperand(r0, Context::CLOSURE_INDEX));
232 __ str(cp, ContextOperand(r0, Context::PREVIOUS_INDEX));
233 __ str(r1, ContextOperand(r0, Context::EXTENSION_INDEX));
234 __ str(r2, ContextOperand(r0, Context::GLOBAL_INDEX));
239 __ str(r1, ContextOperand(r0, i + Context::MIN_CONTEXT_SLOTS));
    [all...]
lithium-codegen-arm.cc 201 MemOperand target = ContextOperand(cp, var->index());
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 223 MemOperand target = ContextOperand(cp, var->index());
743 return ContextOperand(scratch, var->index());
843 __ sw(result_register(), ContextOperand(cp, variable->index()));
858 __ sw(at, ContextOperand(cp, variable->index()));
    [all...]
macro-assembler-mips.h 105 inline MemOperand ContextOperand(Register context, int index) {
111 return ContextOperand(cp, Context::GLOBAL_INDEX);
    [all...]
code-stubs-mips.cc 226 __ lw(a3, ContextOperand(a3, Context::CLOSURE_INDEX));
230 __ lw(a2, ContextOperand(cp, Context::GLOBAL_INDEX));
231 __ sw(a3, ContextOperand(v0, Context::CLOSURE_INDEX));
232 __ sw(cp, ContextOperand(v0, Context::PREVIOUS_INDEX));
233 __ sw(a1, ContextOperand(v0, Context::EXTENSION_INDEX));
234 __ sw(a2, ContextOperand(v0, Context::GLOBAL_INDEX));
239 __ sw(a1, ContextOperand(v0, i + Context::MIN_CONTEXT_SLOTS));
    [all...]
lithium-codegen-mips.cc 199 MemOperand target = ContextOperand(cp, var->index());
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 653 return ContextOperand(scratch, var->index());
748 __ movq(ContextOperand(rsi, variable->index()), result_register());
762 __ movq(ContextOperand(rsi, variable->index()), kScratchRegister);
    [all...]
macro-assembler-x64.h     [all...]
code-stubs-x64.cc 194 __ movq(rcx, ContextOperand(rcx, Context::CLOSURE_INDEX));
198 __ movq(ContextOperand(rax, Context::CLOSURE_INDEX), rcx);
199 __ movq(ContextOperand(rax, Context::PREVIOUS_INDEX), rsi);
200 __ movq(ContextOperand(rax, Context::EXTENSION_INDEX), rbx);
203 __ movq(rbx, ContextOperand(rsi, Context::GLOBAL_INDEX));
204 __ movq(ContextOperand(rax, Context::GLOBAL_INDEX), rbx);
209 __ movq(ContextOperand(rax, i + Context::MIN_CONTEXT_SLOTS), rbx);
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 712 return ContextOperand(scratch, var->index());
808 __ mov(ContextOperand(esi, variable->index()), result_register());
820 __ mov(ContextOperand(esi, variable->index()),
    [all...]
macro-assembler-ia32.h     [all...]
code-stubs-ia32.cc 202 __ mov(ecx, ContextOperand(ecx, Context::CLOSURE_INDEX));
206 __ mov(ContextOperand(eax, Context::CLOSURE_INDEX), ecx);
207 __ mov(ContextOperand(eax, Context::PREVIOUS_INDEX), esi);
208 __ mov(ContextOperand(eax, Context::EXTENSION_INDEX), ebx);
211 __ mov(ebx, ContextOperand(esi, Context::GLOBAL_INDEX));
212 __ mov(ContextOperand(eax, Context::GLOBAL_INDEX), ebx);
216 __ mov(ContextOperand(eax, Context::MIN_CONTEXT_SLOTS),
221 __ mov(ContextOperand(eax, i + Context::MIN_CONTEXT_SLOTS), ebx);
    [all...]
lithium-codegen-ia32.cc     [all...]

Completed in 537 milliseconds