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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp252 static long _total_method_locals; member in class:MethodLiveness
H A DmethodLiveness.cpp113 long MethodLiveness::_total_method_locals = 0; member in class:MethodLiveness
194 _total_method_locals += numLocals;
548 (float)_total_method_locals / _total_methods,

Completed in 31 milliseconds