Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h161 Slot** headp = reinterpret_cast<Slot**>(&head_); in Remove() local
163 Slot* old_head = *headp; in Remove()
177 *headp = old_head_next; in Remove()
196 Slot** headp = reinterpret_cast<Slot**>(&head_); in Add() local
198 Slot* old_head = *headp; in Add()
204 *headp = slot; in Add()
213 *headp = slot; in Add()
235 Slot** headp = reinterpret_cast<Slot**>(&head_); in Merge() local
237 Slot* old_head = *headp; in Merge()
240 *headp = list->Head(); in Merge()
[all …]