Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc349 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dnodes.h177 friend class HInstructionIteratorHandleChanges; variable
2394 class HInstructionIteratorHandleChanges : public ValueObject {
2396 explicit HInstructionIteratorHandleChanges(const HInstructionList& instructions) in HInstructionIteratorHandleChanges() function
2409 DISALLOW_COPY_AND_ASSIGN(HInstructionIteratorHandleChanges);