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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1162 Node** _outp; member in class:DUIterator_Fast
1174 { _outp = node->_out + offset; debug_only(sample(node)); }
1182 { _outp++; VDUI_ONLY(verify(_node, true)); }
1185 { VDUI_ONLY(verify_resync()); --_outp; }
1188 { _outp -= n; VDUI_ONLY(verify_relimit(n)); }
1193 return _outp < limit._outp;
1197 { _outp = that._outp; debug_only(reset(that)); }
1208 return debug_only(i._last=) *i._outp;
[all...]
H A Dnode.cpp195 assert(_outp >= out && _outp <= out + cnt - !at_end_ok, "outp in range");
202 assert(_outp == node->_out + node->_outcnt, "limit still correct");
207 if (_outp == node->_out + _outcnt) {
228 assert(_outp == node->_out + node->_outcnt, "apply -= only to a limit (imax)");
237 assert(_outp == that._outp, "already assigned _outp");
242 // at_end_ok means the _outp is allowed to underflow by 1
243 _outp
[all...]

Completed in 30 milliseconds