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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp243 static long _total_blocks; member in class:MethodLiveness
H A DmethodLiveness.cpp104 long MethodLiveness::_total_blocks = 0; member in class:MethodLiveness
178 _total_blocks += num_blocks;
551 (float)_total_blocks / _total_methods,
556 _total_blocks);
558 (float)_total_edges / _total_blocks,
561 (float)_total_exc_edges / _total_blocks,
564 (float)_total_visits / _total_blocks);

Completed in 23 milliseconds