Home | History | Annotate | Download | only in x64

Lines Matching refs:destination

48 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
49 movq(destination, Operand(r13, index << kPointerSizeLog2));
250 // array access: calculate the destination address in the same manner as
1484 void MacroAssembler::Jump(Address destination, RelocInfo::Mode rmode) {
1485 movq(kScratchRegister, destination, rmode);
1502 void MacroAssembler::Call(Address destination, RelocInfo::Mode rmode) {
1503 movq(kScratchRegister, destination, rmode);