Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc587 LiveInterval* last_sibling = interval; in AllocateSpillSlotFor() local
588 while (last_sibling->GetNextSibling() != nullptr) { in AllocateSpillSlotFor()
589 last_sibling = last_sibling->GetNextSibling(); in AllocateSpillSlotFor()
591 size_t end = last_sibling->GetEnd(); in AllocateSpillSlotFor()