Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc78 LiveRange* CurrentRange() const { return current_range_; } in CurrentRange() function in art::AllRangesIterator
115 max_end = std::max(max_end, it.CurrentRange()->GetEnd()); in ValidateIntervals()
138 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) { in ValidateIntervals()
160 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) { in ValidateIntervals()
Dregister_allocator_linear_scan.cc407 LiveRange* CurrentRange() const { return current_range_; } in CurrentRange() function in art::AllRangesIterator