Searched defs:length_arg (Results 1 - 3 of 3) sorted by relevance

/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
1791 move32_64(masm, reg64_to_VMRegPair(L4), length_arg);
1796 move32_64(masm, reg64_to_VMRegPair(G0), length_arg);
/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
1382 assert(!length_arg.first()->is_Register() || length_arg.first()->as_Register() != tmp_reg,
1400 simple_move32(masm, tmp, length_arg);
1406 simple_move32(masm, tmp, length_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
1434 assert(!length_arg.first()->is_Register() || length_arg.first()->as_Register() != tmp_reg,
1455 move32_64(masm, tmp, length_arg);
1461 move32_64(masm, tmp, length_arg);

Completed in 63 milliseconds