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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2757 static int _number_of_profiled_methods; member in class:MethodStatistics
2768 _number_of_profiled_methods = 0;
2781 if (m->method_data() != NULL) _number_of_profiled_methods++;
2810 tty->print_cr("%6d profiled methods %6.1f%%", _number_of_profiled_methods, _number_of_profiled_methods * 100.0F / _number_of_methods);
2848 int MethodStatistics::_number_of_profiled_methods; member in class:MethodStatistics

Completed in 38 milliseconds