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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2754 static int _number_of_static_methods; member in class:MethodStatistics
2765 _number_of_static_methods = 0;
2778 if (m->is_static() ) _number_of_static_methods++;
2807 tty->print_cr("%6d static methods %6.1f%%", _number_of_static_methods , _number_of_static_methods * 100.0F / _number_of_methods);
2845 int MethodStatistics::_number_of_static_methods; member in class:MethodStatistics

Completed in 39 milliseconds