Searched refs:body_arg (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1378 static void unpack_array_argument(MacroAssembler* masm, VMRegPair reg, BasicType in_elem_type, VMRegPair body_arg, VMRegPair length_arg) { argument
1380 assert(!body_arg.first()->is_Register() || body_arg.first()->as_Register() != tmp_reg,
1396 simple_move32(masm, tmp, body_arg);
1405 simple_move32(masm, tmp, body_arg);
H A DsharedRuntime_x86_64.cpp1430 static void unpack_array_argument(MacroAssembler* masm, VMRegPair reg, BasicType in_elem_type, VMRegPair body_arg, VMRegPair length_arg) { argument
1432 assert(!body_arg.first()->is_Register() || body_arg.first()->as_Register() != tmp_reg,
1451 move_ptr(masm, tmp, body_arg);
1460 move_ptr(masm, tmp, body_arg);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1777 static void unpack_array_argument(MacroAssembler* masm, VMRegPair reg, BasicType in_elem_type, VMRegPair body_arg, VMRegPair length_arg) { argument
1789 move_ptr(masm, reg64_to_VMRegPair(L4), body_arg);
1795 move_ptr(masm, reg64_to_VMRegPair(G0), body_arg);

Completed in 66 milliseconds