Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h144 SlotFreeList() : head_(0U), tail_(0), size_(0), padding_(0) {} in SlotFreeList()
150 return reinterpret_cast<Slot*>(tail_); in Tail()
162 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; in Remove()
197 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; in Add()
236 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; in Merge()
263 tail_ = 0; in Reset()
270 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr; in Verify()
302 uint64_t tail_; variable
/art/runtime/jit/
Ddebugger_interface.cc163 const JITCodeEntry* tail_ = nullptr; // Tail of link list of all live entries. member
281 const JITCodeEntry* prev = (next != nullptr ? next->prev_ : descriptor.tail_); in InsertNewEntry()
290 descriptor.tail_ = entry; in InsertNewEntry()
377 descriptor.tail_ = prev; in DeleteJITCodeEntryInternal()