HomeSort by relevance Sort by last modified time
    Searched refs:HInstructionIteratorHandleChanges (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.cc 348 // last visited instruction, use `HInstructionIteratorHandleChanges` iterator.
349 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
nodes.h 177 friend class HInstructionIteratorHandleChanges;
    [all...]

Completed in 50 milliseconds