Home
last modified time | relevance | path

Searched refs:HInsertionOrderIterator (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dliveness_test.cc57 for (HInsertionOrderIterator it(*graph); !it.Done(); it.Advance()) { in TestCode()
Dnodes.h1577 class HInsertionOrderIterator : public ValueObject {
1579 explicit HInsertionOrderIterator(const HGraph& graph) : graph_(graph), index_(0) {} in HInsertionOrderIterator() function
1589 DISALLOW_COPY_AND_ASSIGN(HInsertionOrderIterator);