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

  /external/v8/src/ia32/
codegen-ia32.cc 83 int stack_offset = 0; // Update if we change the stack height. local
86 __ cmp(Operand(esp, kSizeOffset + stack_offset),
97 stack_offset += 2 * kPointerSize;
101 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
102 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
103 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
158 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset));
204 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset));
214 stack_offset += 2 * kPointerSize;
219 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset))
    [all...]
  /external/qemu/tcg/
tcg.c 1833 tcg_target_long stack_offset, call_stack_size, func_addr; local
    [all...]

Completed in 55 milliseconds