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

/art/compiler/optimizing/
H A Dregister_allocator.cc1670 LiveInterval* next_sibling = current->GetNextSibling(); local
1671 if (next_sibling != nullptr
1672 && next_sibling->HasRegister()
1673 && current->GetEnd() == next_sibling->GetStart()) {
1674 Location destination = next_sibling->ToLocation();
1729 current = next_sibling;

Completed in 43 milliseconds