Searched refs:_est_switch_depth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp346 int _est_switch_depth; // Debugging SwitchRanges. member in class:Parse
H A Dparse2.cpp534 _est_switch_depth = log2_intptr((hi-lo+1)-1)+1;
629 hi-lo+1, nsing, _max_switch_depth, _est_switch_depth);
630 if (_max_switch_depth > _est_switch_depth) {
H A Dparse1.cpp405 _est_switch_depth = 0;

Completed in 37 milliseconds