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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp220 static uint _total_branches, _total_unconditional_delays; member in class:Scheduling
H A Doutput.cpp1748 uint Scheduling::_total_branches = 0; member in class:Scheduling
1811 _total_branches += _branches;
2981 _total_branches, _total_unconditional_delays);
2982 if (_total_branches > 0)
2984 ((double)_total_unconditional_delays) / ((double)_total_branches) * 100.0);

Completed in 39 milliseconds