src/cpu/x86/vm/interp_masm_x86_64.hpp

changeset 5914
d13d7aba8c12
parent 4936
aeaca88565e6
child 5921
ce0cc25bc5e2
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_64.hpp	Wed Oct 09 11:05:17 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_64.hpp	Wed Oct 09 16:32:21 2013 +0200
     1.3 @@ -224,6 +224,8 @@
     1.4  
     1.5    void profile_taken_branch(Register mdp, Register bumped_count);
     1.6    void profile_not_taken_branch(Register mdp);
     1.7 +  void profile_obj_type(Register obj, const Address& mdo_addr);
     1.8 +  void profile_arguments_type(Register mdp, Register callee, Register tmp, bool is_virtual);
     1.9    void profile_call(Register mdp);
    1.10    void profile_final_call(Register mdp);
    1.11    void profile_virtual_call(Register receiver, Register mdp,

mercurial