Searched refs:get_method_at_bci (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp228 ciMethod* get_method_at_bci(int bci, bool &will_link, ciSignature* *declared_signature);
H A DciMethod.cpp747 // ciMethod::get_method_at_bci
748 ciMethod* ciMethod::get_method_at_bci(int bci, bool &will_link, ciSignature* *declared_signature) { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1049 ciMethod* ignored_callee = method()->get_method_at_bci(bci(), ignored_will_link, &declared_signature);
H A Dlibrary_call.cpp92 ciMethod* ignored_callee = caller()->get_method_at_bci(bci(), ignored_will_link, &declared_signature);

Completed in 1489 milliseconds