Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h196 friend class HInstructionIterator; variable
2687 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator() function
2700 HInstructionIterator() : instruction_(nullptr), next_(nullptr) {} in HInstructionIterator() function