Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h371 Slot* FirstSlot() const { in FirstSlot() function
380 DCHECK_LE(FirstSlot(), last_slot); in LastSlot()
405 Slot* first_slot = FirstSlot(); in InitFreeList()
472 - reinterpret_cast<uint8_t*>(FirstSlot()); in ToSlot()
482 - reinterpret_cast<uint8_t*>(FirstSlot()); in SlotIndex()
Drosalloc.cc847 reinterpret_cast<uintptr_t>(FirstSlot()); in FreeListToStr()
963 uint8_t* slot_begin = reinterpret_cast<uint8_t*>(FirstSlot()); in ZeroData()