Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h142 SlotFreeList() : head_(0U), tail_(0), size_(0), padding_(0) {} in SlotFreeList()
148 return reinterpret_cast<Slot*>(tail_); in Tail()
160 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; in Remove()
195 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; in Add()
234 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; in Merge()
261 tail_ = 0; in Reset()
268 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr; in Verify()
300 uint64_t tail_; variable
/art/runtime/jit/
Ddebugger_interface.cc166 const JITCodeEntry* tail_ = nullptr; // Tail of link list of all live entries. member
287 const JITCodeEntry* prev = (next != nullptr ? next->prev_ : descriptor.tail_); in InsertNewEntry()
296 descriptor.tail_ = entry; in InsertNewEntry()
383 descriptor.tail_ = prev; in DeleteJITCodeEntryInternal()