Searched refs:call_profile_at_bci (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp224 ciCallProfile call_profile_at_bci(int bci);
H A DciMethod.cpp461 // ciMethod::call_profile_at_bci
465 ciCallProfile ciMethod::call_profile_at_bci(int bci) { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp81 ciCallProfile profile = caller->call_profile_at_bci(bci);
H A DcallGenerator.cpp715 ciCallProfile profile = caller->call_profile_at_bci(bci);
H A DgraphKit.cpp2566 ciCallProfile profile = method()->call_profile_at_bci(bci());

Completed in 55 milliseconds