hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp
changeset 20709 034be898bf04
parent 20702 bbe0fcde6e13
child 21095 1a04f7b3946e
equal deleted inserted replaced
20708:d150e1293886 20709:034be898bf04
   215 
   215 
   216   void profile_taken_branch(Register mdp, Register bumped_count);
   216   void profile_taken_branch(Register mdp, Register bumped_count);
   217   void profile_not_taken_branch(Register mdp);
   217   void profile_not_taken_branch(Register mdp);
   218   void profile_obj_type(Register obj, const Address& mdo_addr);
   218   void profile_obj_type(Register obj, const Address& mdo_addr);
   219   void profile_arguments_type(Register mdp, Register callee, Register tmp, bool is_virtual);
   219   void profile_arguments_type(Register mdp, Register callee, Register tmp, bool is_virtual);
       
   220   void profile_return_type(Register mdp, Register ret, Register tmp);
   220   void profile_call(Register mdp);
   221   void profile_call(Register mdp);
   221   void profile_final_call(Register mdp);
   222   void profile_final_call(Register mdp);
   222   void profile_virtual_call(Register receiver, Register mdp, Register scratch2,
   223   void profile_virtual_call(Register receiver, Register mdp, Register scratch2,
   223                             bool receiver_can_be_null = false);
   224                             bool receiver_can_be_null = false);
   224   void profile_ret(Register return_bci, Register mdp);
   225   void profile_ret(Register return_bci, Register mdp);