hotspot/src/share/vm/ci/ciMethod.hpp
changeset 14621 fd9265ab0f67
parent 14478 1c4a20806af7
child 15479 e3c00ec80145
equal deleted inserted replaced
14620:45167d2bc15a 14621:fd9265ab0f67
   223 
   223 
   224   ciTypeFlow*   get_flow_analysis();
   224   ciTypeFlow*   get_flow_analysis();
   225   ciTypeFlow*   get_osr_flow_analysis(int osr_bci);  // alternate entry point
   225   ciTypeFlow*   get_osr_flow_analysis(int osr_bci);  // alternate entry point
   226   ciCallProfile call_profile_at_bci(int bci);
   226   ciCallProfile call_profile_at_bci(int bci);
   227   int           interpreter_call_site_count(int bci);
   227   int           interpreter_call_site_count(int bci);
       
   228 
       
   229   ciField*      get_field_at_bci( int bci, bool &will_link);
       
   230   ciMethod*     get_method_at_bci(int bci, bool &will_link, ciSignature* *declared_signature);
   228 
   231 
   229   // Given a certain calling environment, find the monomorphic target
   232   // Given a certain calling environment, find the monomorphic target
   230   // for the call.  Return NULL if the call is not monomorphic in
   233   // for the call.  Return NULL if the call is not monomorphic in
   231   // its calling environment.
   234   // its calling environment.
   232   ciMethod* find_monomorphic_target(ciInstanceKlass* caller,
   235   ciMethod* find_monomorphic_target(ciInstanceKlass* caller,