src/share/vm/ci/ciMethod.hpp

changeset 4313
beebba0acc11
parent 4268
bb33c6fdcf0d
child 4539
6a51fc70a15e
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Nov 21 05:57:12 2012 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Mon Nov 26 17:25:11 2012 -0800
     1.3 @@ -226,6 +226,9 @@
     1.4    ciCallProfile call_profile_at_bci(int bci);
     1.5    int           interpreter_call_site_count(int bci);
     1.6  
     1.7 +  ciField*      get_field_at_bci( int bci, bool &will_link);
     1.8 +  ciMethod*     get_method_at_bci(int bci, bool &will_link, ciSignature* *declared_signature);
     1.9 +
    1.10    // Given a certain calling environment, find the monomorphic target
    1.11    // for the call.  Return NULL if the call is not monomorphic in
    1.12    // its calling environment.

mercurial