Home | History | Annotate | Download | only in x64

Lines Matching full:base

1768 void MacroAssembler::CopyRegistersFromStackToMemory(Register base,
1772 ASSERT(!base.is(kScratchRegister));
1773 ASSERT(!base.is(scratch));
1775 // Copy the content of the stack to the memory location and adjust base.
1779 movq(scratch, Operand(base, 0));
1784 lea(base, Operand(base, kPointerSize));