< prev index next >

src/hotspot/cpu/x86/macroAssembler_x86.hpp

Print this page

*** 1652,1662 **** reg_readonly, reg_writable, reg_written }; ! void store_value_type_fields_to_buf(ciValueKlass* vk); // Unpack all value type arguments passed as oops void unpack_value_args(Compile* C, bool receiver_only); bool move_helper(VMReg from, VMReg to, BasicType bt, RegState reg_state[], int ret_off, int extra_stack_offset); bool unpack_value_helper(const GrowableArray<SigEntry>* sig, int& sig_index, VMReg from, VMRegPair* regs_to, int& to_index, --- 1652,1662 ---- reg_readonly, reg_writable, reg_written }; ! int store_value_type_fields_to_buf(ciValueKlass* vk, bool from_interpreter = true); // Unpack all value type arguments passed as oops void unpack_value_args(Compile* C, bool receiver_only); bool move_helper(VMReg from, VMReg to, BasicType bt, RegState reg_state[], int ret_off, int extra_stack_offset); bool unpack_value_helper(const GrowableArray<SigEntry>* sig, int& sig_index, VMReg from, VMRegPair* regs_to, int& to_index,
< prev index next >