Searched refs:interpreter_call_site_count (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp225 int interpreter_call_site_count(int bci);
H A DciMethod.cpp725 // ciMethod::interpreter_call_site_count
726 int ciMethod::interpreter_call_site_count(int bci) { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp571 int count = method()->interpreter_call_site_count(caller_bci);

Completed in 36 milliseconds