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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp101 long MethodLiveness::_total_bytes = 0; member in class:MethodLiveness
174 _total_bytes += method()->code_size();
542 _total_bytes,
543 _total_bytes / _time_total.seconds());
554 (float)_total_bytes / _total_methods);
H A DmethodLiveness.hpp240 static long _total_bytes; member in class:MethodLiveness

Completed in 32 milliseconds