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

/art/compiler/optimizing/
H A Dregister_allocator.cc425 LiveRange* CurrentRange() const { return current_range_; } function in class:art::AllRangesIterator
492 max_end = std::max(max_end, it.CurrentRange()->GetEnd());
514 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) {
536 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) {

Completed in 53 milliseconds