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

/art/runtime/gc/allocator/
H A Drosalloc.h164 Slot* old_head = *headp; local
165 if (old_head == nullptr) {
176 Slot* old_head_next = old_head->Next();
177 slot = old_head;
199 Slot* old_head = *headp; local
200 if (old_head == nullptr) {
215 slot->SetNext(old_head);
238 Slot* old_head = *headp; local
239 if (old_head == nullptr) {
251 list->Tail()->SetNext(old_head);
[all...]

Completed in 62 milliseconds