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

/art/compiler/optimizing/
H A Dregister_allocator.cc82 class AllRangesIterator : public ValueObject { class in namespace:art
84 explicit AllRangesIterator(LiveInterval* interval) function in class:art::AllRangesIterator
106 DISALLOW_COPY_AND_ASSIGN(AllRangesIterator);
125 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
139 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
H A Dregister_allocator_linear_scan.cc400 class AllRangesIterator : public ValueObject { class in namespace:art
402 explicit AllRangesIterator(LiveInterval* interval) function in class:art::AllRangesIterator
424 DISALLOW_COPY_AND_ASSIGN(AllRangesIterator);

Completed in 3532 milliseconds