Searched refs:HInstructionIteratorHandleChanges (Results 1 – 2 of 2) sorted by relevance
349 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
177 friend class HInstructionIteratorHandleChanges; variable2394 class HInstructionIteratorHandleChanges : public ValueObject {2396 explicit HInstructionIteratorHandleChanges(const HInstructionList& instructions) in HInstructionIteratorHandleChanges() function2409 DISALLOW_COPY_AND_ASSIGN(HInstructionIteratorHandleChanges);