Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h370 Slot* FirstSlot() const { in FirstSlot() function
379 DCHECK_LE(FirstSlot(), last_slot); in LastSlot()
404 Slot* first_slot = FirstSlot(); in InitFreeList()
471 - reinterpret_cast<uint8_t*>(FirstSlot()); in ToSlot()
481 - reinterpret_cast<uint8_t*>(FirstSlot()); in SlotIndex()
Drosalloc.cc844 reinterpret_cast<uintptr_t>(FirstSlot()); in FreeListToStr()
960 uint8_t* slot_begin = reinterpret_cast<uint8_t*>(FirstSlot()); in ZeroData()