Searched refs:_total_unconditional_delays (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.cpp1749 uint Scheduling::_total_unconditional_delays = 0; member in class:Scheduling
1812 _total_unconditional_delays += _unconditional_delays;
2981 _total_branches, _total_unconditional_delays);
2984 ((double)_total_unconditional_delays) / ((double)_total_branches) * 100.0);

Completed in 38 milliseconds