diff src/share/vm/ci/ciMethod.hpp @ 7194:beebba0acc11

7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop() Reviewed-by: kvn, jrose
author twisti
date Mon, 26 Nov 2012 17:25:11 -0800
parents bb33c6fdcf0d
children 6a51fc70a15e
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Wed Nov 21 05:57:12 2012 -0800
+++ b/src/share/vm/ci/ciMethod.hpp	Mon Nov 26 17:25:11 2012 -0800
@@ -226,6 +226,9 @@
   ciCallProfile call_profile_at_bci(int bci);
   int           interpreter_call_site_count(int bci);
 
+  ciField*      get_field_at_bci( int bci, bool &will_link);
+  ciMethod*     get_method_at_bci(int bci, bool &will_link, ciSignature* *declared_signature);
+
   // Given a certain calling environment, find the monomorphic target
   // for the call.  Return NULL if the call is not monomorphic in
   // its calling environment.