Searched refs:_node_bundling_base (Results 1 - 4 of 4) 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; }
H A Doutput.cpp808 _node_bundling_base[n->_idx].starts_bundle());
1784 _node_bundling_base = NEW_ARENA_ARRAY(compile.comp_arena(), Bundle, node_max);
1792 memset(_node_bundling_base, 0, node_max * sizeof(Bundle));
2564 _regalloc->C->set_node_bundling_base(_node_bundling_base);
H A Dcompile.cpp288 return &_node_bundling_base[n->_idx];
626 _node_bundling_base(NULL),
913 _node_bundling_base(NULL),

Completed in 56 milliseconds