Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc71 LiveRange* CurrentRange() const { return current_range_; } in CurrentRange() function in art::AllRangesIterator
108 max_end = std::max(max_end, it.CurrentRange()->GetEnd()); in ValidateIntervals()
130 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) { in ValidateIntervals()
152 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) { in ValidateIntervals()
Dregister_allocator_linear_scan.cc405 LiveRange* CurrentRange() const { return current_range_; } in CurrentRange() function in art::AllRangesIterator