hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 21095 1a04f7b3946e
parent 20709 034be898bf04
child 21579 c396d68f3e48
equal deleted inserted replaced
21094:aa393745eae7 21095:1a04f7b3946e
   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_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);
   438   void profile_arguments(ProfileCall* x);
   438   void profile_arguments(ProfileCall* x);
       
   439   void profile_parameters(Base* x);
       
   440   void profile_parameters_at_call(ProfileCall* x);
   439 
   441 
   440  public:
   442  public:
   441   Compilation*  compilation() const              { return _compilation; }
   443   Compilation*  compilation() const              { return _compilation; }
   442   FrameMap*     frame_map() const                { return _compilation->frame_map(); }
   444   FrameMap*     frame_map() const                { return _compilation->frame_map(); }
   443   ciMethod*     method() const                   { return _method; }
   445   ciMethod*     method() const                   { return _method; }