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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp110 long MethodLiveness::_total_exc_edges = 0; member in class:MethodLiveness
188 _total_exc_edges += numExcEdges;
561 (float)_total_exc_edges / _total_blocks,
H A DmethodLiveness.hpp249 static long _total_exc_edges; member in class:MethodLiveness

Completed in 57 milliseconds