Home | History | Annotate | Download | only in ia32

Lines Matching refs:stack_offset

224   int stack_offset = 0;  // Update if we change the stack height.
230 stack_offset += 2 * kPointerSize;
235 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
236 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
237 __ mov(count, Operand(esp, stack_offset + kSizeOffset));