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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp246 static long _total_edges; member in class:MethodLiveness
H A DmethodLiveness.cpp107 long MethodLiveness::_total_edges = 0; member in class:MethodLiveness
187 _total_edges += numEdges;
558 (float)_total_edges / _total_blocks,

Completed in 30 milliseconds