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

  /external/v8/src/ia32/
codegen-ia32.cc 168 int stack_offset = 0; // Update if we change the stack height. local
171 __ cmp(Operand(esp, kSizeOffset + stack_offset),
182 stack_offset += 2 * kPointerSize;
186 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
187 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
188 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
243 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset));
289 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset));
299 stack_offset += 2 * kPointerSize;
304 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset))
    [all...]
code-stubs-ia32.h 329 int stack_offset,
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 802 int16_t stack_offset = num_to_push * kPointerSize; local
804 Subu(sp, sp, Operand(stack_offset));
807 stack_offset -= kPointerSize;
808 sw(ToRegister(i), MemOperand(sp, stack_offset));
816 int16_t stack_offset = num_to_push * kPointerSize; local
818 Subu(sp, sp, Operand(stack_offset));
821 stack_offset -= kPointerSize;
822 sw(ToRegister(i), MemOperand(sp, stack_offset));
829 int16_t stack_offset = 0; local
833 lw(ToRegister(i), MemOperand(sp, stack_offset));
842 int16_t stack_offset = 0; local
857 int16_t stack_offset = num_to_push * kDoubleSize; local
872 int16_t stack_offset = num_to_push * kDoubleSize; local
886 int16_t stack_offset = 0; local
900 int16_t stack_offset = 0; local
    [all...]
code-stubs-mips.h 336 int stack_offset,
    [all...]
code-stubs-mips.cc     [all...]
  /external/qemu/tcg/
tcg.c 1833 tcg_target_long stack_offset, call_stack_size, func_addr; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 326 int stack_offset,
code-stubs-x64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.h 335 int stack_offset,
    [all...]
code-stubs-arm.cc     [all...]

Completed in 311 milliseconds