Searched defs:FirstSlot (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.h370 Slot* FirstSlot() const { function in class:art::gc::allocator::RosAlloc::Run
379 DCHECK_LE(FirstSlot(), last_slot);
404 Slot* first_slot = FirstSlot();
471 - reinterpret_cast<uint8_t*>(FirstSlot());
481 - reinterpret_cast<uint8_t*>(FirstSlot());

Completed in 74 milliseconds