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

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

Completed in 7455 milliseconds