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

/openjdk9/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp508 class SuccIter : public StackObj { class in class:ciTypeFlow
514 SuccIter() : _pred(NULL), _index(-1), _succ(NULL) {} function in class:ciTypeFlow::SuccIter
515 SuccIter(Block* pred) : _pred(pred), _index(-1), _succ(NULL) { next(); } function in class:ciTypeFlow::SuccIter

Completed in 24 milliseconds