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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp158 synch_total = 0, nativ_total = 0, acces_total = 0; local
169 if (m->is_accessor()) acces_total += c;
181 tty->print_cr("\t%9d (%4.1f%%) accessor", acces_total, 100.0 * acces_total / total);

Completed in 30 milliseconds