Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h146 Slot* Tail() const { in Tail() function
240 *tailp = list->Tail(); in Merge()
247 DCHECK(list->Tail() != nullptr); in Merge()
248 list->Tail()->SetNext(old_head); in Merge()