Home
last modified time | relevance | path

Searched defs:HInstructionIterator (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h193 friend class HInstructionIterator; variable
2866 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator() function
2879 HInstructionIterator() : instruction_(nullptr), next_(nullptr) {} in HInstructionIterator() function