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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp102 int MethodLiveness::_total_methods = 0; member in class:MethodLiveness
175 _total_methods++;
545 _total_methods,
546 _total_methods / _time_total.seconds());
548 (float)_total_method_locals / _total_methods,
551 (float)_total_blocks / _total_methods,
554 (float)_total_bytes / _total_methods);
H A DmethodLiveness.hpp241 static int _total_methods; member in class:MethodLiveness

Completed in 39 milliseconds