Searched refs:_scheduled (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp94 Node_List _scheduled; member in class:Scheduling
H A Doutput.cpp1763 _scheduled(arena),
2071 if( n->is_Mach() && _scheduled.size() > 0 ) {
2073 Node *last = _scheduled[0];
2317 _scheduled.push(foi);
2322 _scheduled.push(n);
2351 _scheduled.clear();
2520 assert( _scheduled.size() == _bb_end - _bb_start, "wrong number of instructions" );
2526 if( _scheduled[m] == n )
2534 bb->_nodes.map(k, _scheduled[_bb_end-k-1]);

Completed in 37 milliseconds