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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp117 long MethodLiveness::_total_live_locals_queried = 0; member in class:MethodLiveness
519 _total_live_locals_queried += counter.count();
567 _total_live_locals_queried,
568 100.0 * _total_live_locals_queried / _total_locals_queried);
H A DmethodLiveness.hpp256 static long _total_live_locals_queried; member in class:MethodLiveness

Completed in 33 milliseconds