Home
last modified time | relevance | path

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

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