< prev index next >

src/hotspot/share/opto/callGenerator.hpp

Print this page

        

@@ -130,10 +130,18 @@
   // How to generate a replace a direct call with an inline version
   static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);
   static CallGenerator* for_mh_late_inline(ciMethod* caller, ciMethod* callee, bool input_not_const);
   static CallGenerator* for_string_late_inline(ciMethod* m, CallGenerator* inline_cg);
   static CallGenerator* for_boxing_late_inline(ciMethod* m, CallGenerator* inline_cg);
+  static CallGenerator* for_object_equals_late_inline(ciMethod* m, CallGenerator* inline_cg);
+  static CallGenerator* for_late_inline_Virtual_call(ciMethod* method,
+                                                     int vtable_index, 
+                                                     bool call_does_dispatch,
+                                                     bool allow_inline,
+                                                     float prof_factor,
+                                                     ciKlass* speculative_receiver_type,
+                                                     bool delayed_forbidden);
 
   // How to make a call but defer the decision whether to inline or not.
   static CallGenerator* for_warm_call(WarmCallInfo* ci,
                                       CallGenerator* if_cold,
                                       CallGenerator* if_hot);
< prev index next >