Searched defs:AllRangesIterator (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc418 class AllRangesIterator : public ValueObject { class in namespace:art
420 explicit AllRangesIterator(LiveInterval* interval) function in class:art::AllRangesIterator
442 DISALLOW_COPY_AND_ASSIGN(AllRangesIterator);
491 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
504 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {

Completed in 384 milliseconds