Searched defs:move_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1317 static void move_ptr(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { function
1783 move_ptr(masm, reg, tmp);
1789 move_ptr(masm, reg64_to_VMRegPair(L4), body_arg);
1795 move_ptr(masm, reg64_to_VMRegPair(G0), body_arg);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1036 static void move_ptr(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { function
1445 move_ptr(masm, reg, tmp);
1451 move_ptr(masm, tmp, body_arg);
1460 move_ptr(masm, tmp, body_arg);

Completed in 51 milliseconds