Searched defs:comp_total (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp157 unsigned total = 0, int_total = 0, comp_total = 0, static_total = 0, final_total = 0, local
164 comp_total += m->compiled_invocation_count();
172 total = int_total + comp_total;
175 tty->print_cr("\t%9d (%4.1f%%) compiled", comp_total, 100.0 * comp_total / total);
183 SharedRuntime::print_call_statistics(comp_total);
H A DsharedRuntime.cpp2004 void SharedRuntime::print_call_statistics(int comp_total) { argument

Completed in 36 milliseconds