Searched refs:_node_bundling_limit (Results 1 - 4 of 4) 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; }
H A Doutput.cpp807 return (_node_bundling_limit > n->_idx &&
1778 _node_bundling_limit = compile.unique();
1781 compile.set_node_bundling_limit(_node_bundling_limit);
H A Dcompile.cpp292 return (_node_bundling_limit > n->_idx);
625 _node_bundling_limit(0),
912 _node_bundling_limit(0),

Completed in 55 milliseconds