Home | History | Annotate | Download | only in ia32

Lines Matching defs:stack_offset

83   int stack_offset = 0;  // Update if we change the stack height.
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));
220 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
221 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
247 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset));