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

/art/runtime/gc/allocator/
H A Drosalloc.h144 SlotFreeList() : head_(0U), tail_(0), size_(0), padding_(0) {}
146 return reinterpret_cast<Slot*>(head_);
161 Slot** headp = reinterpret_cast<Slot**>(&head_);
196 Slot** headp = reinterpret_cast<Slot**>(&head_);
235 Slot** headp = reinterpret_cast<Slot**>(&head_);
261 head_ = 0;
269 Slot* head = reinterpret_cast<Slot*>(head_);
298 uint64_t head_; member in class:art::gc::allocator::RosAlloc::SlotFreeList
834 return OFFSETOF_MEMBER(SlotFreeList<false>, head_);

Completed in 4 milliseconds