Home
last modified time | relevance | path

Searched defs:offset_from_slot_base (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h471 const size_t offset_from_slot_base = reinterpret_cast<uint8_t*>(ptr) in ToSlot() local
481 const size_t offset_from_slot_base = reinterpret_cast<uint8_t*>(slot) in SlotIndex() local
Drosalloc.cc1336 size_t offset_from_slot_base = reinterpret_cast<const uint8_t*>(ptr) in UsableSize() local