Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h159 Slot** headp = reinterpret_cast<Slot**>(&head_); in Remove() local
161 Slot* old_head = *headp; in Remove()
175 *headp = old_head_next; in Remove()
194 Slot** headp = reinterpret_cast<Slot**>(&head_); in Add() local
196 Slot* old_head = *headp; in Add()
202 *headp = slot; in Add()
211 *headp = slot; in Add()
233 Slot** headp = reinterpret_cast<Slot**>(&head_); in Merge() local
235 Slot* old_head = *headp; in Merge()
238 *headp = list->Head(); in Merge()
[all …]