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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2745 class MethodStatistics: AllStatic { class in inherits:AllStatic
2843 int MethodStatistics::_number_of_methods;
2844 int MethodStatistics::_number_of_final_methods;
2845 int MethodStatistics::_number_of_static_methods;
2846 int MethodStatistics::_number_of_native_methods;
2847 int MethodStatistics::_number_of_synchronized_methods;
2848 int MethodStatistics::_number_of_profiled_methods;
2849 int MethodStatistics::_number_of_bytecodes;
2850 int MethodStatistics::_parameter_size_profile[MethodStatistics
[all...]

Completed in 37 milliseconds