Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc1222 LiveInterval* last_sibling = interval; in AllocateSpillSlotFor() local
1223 while (last_sibling->GetNextSibling() != nullptr) { in AllocateSpillSlotFor()
1224 last_sibling = last_sibling->GetNextSibling(); in AllocateSpillSlotFor()
1226 size_t end = last_sibling->GetEnd(); in AllocateSpillSlotFor()