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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp104 Bundle *_node_bundling_base; member in class:Scheduling
164 return (&_node_bundling_base[n->_idx]);
172 return (_node_bundling_limit > n->_idx && _node_bundling_base[n->_idx].starts_bundle());
H A Dcompile.hpp446 Bundle* _node_bundling_base; // Information for instruction bundling member in class:Compile
873 Bundle* node_bundling_base() { return _node_bundling_base; }
875 void set_node_bundling_base(Bundle* b) { _node_bundling_base = b; }

Completed in 35 milliseconds