hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 20702 bbe0fcde6e13
parent 18507 61bfc8995bb3
child 20709 034be898bf04
equal deleted inserted replaced
20701:ef9996662fd5 20702:bbe0fcde6e13
   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);
       
   438   void profile_arguments(ProfileCall* x);
   437 
   439 
   438  public:
   440  public:
   439   Compilation*  compilation() const              { return _compilation; }
   441   Compilation*  compilation() const              { return _compilation; }
   440   FrameMap*     frame_map() const                { return _compilation->frame_map(); }
   442   FrameMap*     frame_map() const                { return _compilation->frame_map(); }
   441   ciMethod*     method() const                   { return _method; }
   443   ciMethod*     method() const                   { return _method; }