Searched defs:_node_bundling_limit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp91 uint _node_bundling_limit; member in class:Scheduling
168 return (_node_bundling_limit > n->_idx);
172 return (_node_bundling_limit > n->_idx && _node_bundling_base[n->_idx].starts_bundle());
H A Dcompile.hpp445 uint _node_bundling_limit; member in class:Compile
872 uint node_bundling_limit() { return _node_bundling_limit; }
874 void set_node_bundling_limit(uint n) { _node_bundling_limit = n; }

Completed in 611 milliseconds