hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 36384 b0b41336a9a8
parent 35117 3191066d12e0
child 36559 b35fcd3da015
equal deleted inserted replaced
36383:f41dad80f4e3 36384:b0b41336a9a8
   438   SwitchRangeArray* create_lookup_ranges(TableSwitch* x);
   438   SwitchRangeArray* create_lookup_ranges(TableSwitch* x);
   439   SwitchRangeArray* create_lookup_ranges(LookupSwitch* x);
   439   SwitchRangeArray* create_lookup_ranges(LookupSwitch* x);
   440   void do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux);
   440   void do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux);
   441 
   441 
   442   void do_RuntimeCall(address routine, Intrinsic* x);
   442   void do_RuntimeCall(address routine, Intrinsic* x);
   443 #ifdef TRACE_HAVE_INTRINSICS
   443 
   444   void do_ThreadIDIntrinsic(Intrinsic* x);
       
   445   void do_ClassIDIntrinsic(Intrinsic* x);
       
   446 #endif
       
   447   ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,
   444   ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,
   448                         Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,
   445                         Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,
   449                         ciKlass* callee_signature_k);
   446                         ciKlass* callee_signature_k);
   450   void profile_arguments(ProfileCall* x);
   447   void profile_arguments(ProfileCall* x);
   451   void profile_parameters(Base* x);
   448   void profile_parameters(Base* x);