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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp255 static long _total_locals_queried; member in class:MethodLiveness
H A DmethodLiveness.cpp116 long MethodLiveness::_total_locals_queried = 0; member in class:MethodLiveness
516 _total_locals_queried += _bit_map_size_bits;
566 _total_locals_queried,
568 100.0 * _total_live_locals_queried / _total_locals_queried);

Completed in 32 milliseconds