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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp138 int invoke_count = method()->interpreter_invocation_count(); local
140 assert(invoke_count != 0, "require invocation count greater than zero");
141 int freq = call_site_count / invoke_count;

Completed in 471 milliseconds