hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 21579 c396d68f3e48
parent 21095 1a04f7b3946e
child 24442 4d4ae31dea26
equal deleted inserted replaced
21576:e7cac8551ec2 21579:c396d68f3e48
   432   void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
   432   void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
   433 #ifdef TRACE_HAVE_INTRINSICS
   433 #ifdef TRACE_HAVE_INTRINSICS
   434   void do_ThreadIDIntrinsic(Intrinsic* x);
   434   void do_ThreadIDIntrinsic(Intrinsic* x);
   435   void do_ClassIDIntrinsic(Intrinsic* x);
   435   void do_ClassIDIntrinsic(Intrinsic* x);
   436 #endif
   436 #endif
   437   ciKlass* profile_arg_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k, Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_k);
   437   ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,
       
   438                         Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,
       
   439                         ciKlass* callee_signature_k);
   438   void profile_arguments(ProfileCall* x);
   440   void profile_arguments(ProfileCall* x);
   439   void profile_parameters(Base* x);
   441   void profile_parameters(Base* x);
   440   void profile_parameters_at_call(ProfileCall* x);
   442   void profile_parameters_at_call(ProfileCall* x);
   441 
   443 
   442  public:
   444  public: