Searched refs:tail_ (Results 1 – 2 of 2) sorted by relevance
142 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
166 const JITCodeEntry* tail_ = nullptr; // Tail of link list of all live entries. member287 const JITCodeEntry* prev = (next != nullptr ? next->prev_ : descriptor.tail_); in InsertNewEntry()296 descriptor.tail_ = entry; in InsertNewEntry()383 descriptor.tail_ = prev; in DeleteJITCodeEntryInternal()