src/cpu/x86/vm/interp_masm_x86_32.hpp

changeset 5921
ce0cc25bc5e2
parent 5914
d13d7aba8c12
child 5987
5ccbab1c69f3
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_32.hpp	Fri Oct 11 19:51:31 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_32.hpp	Sat Oct 12 12:12:59 2013 +0200
     1.3 @@ -217,6 +217,7 @@
     1.4    void profile_not_taken_branch(Register mdp);
     1.5    void profile_obj_type(Register obj, const Address& mdo_addr);
     1.6    void profile_arguments_type(Register mdp, Register callee, Register tmp, bool is_virtual);
     1.7 +  void profile_return_type(Register mdp, Register ret, Register tmp);
     1.8    void profile_call(Register mdp);
     1.9    void profile_final_call(Register mdp);
    1.10    void profile_virtual_call(Register receiver, Register mdp, Register scratch2,

mercurial