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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2756 static int _number_of_synchronized_methods; member in class:MethodStatistics
2767 _number_of_synchronized_methods = 0;
2780 if (m->is_synchronized()) _number_of_synchronized_methods++;
2809 tty->print_cr("%6d synchronized methods %6.1f%%", _number_of_synchronized_methods, _number_of_synchronized_methods * 100.0F / _number_of_methods);
2847 int MethodStatistics::_number_of_synchronized_methods; member in class:MethodStatistics

Completed in 41 milliseconds