Searched refs:GetSlotIndexForAllocationInfo (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.h190 size_t GetSlotIndexForAllocationInfo(const AllocationInfo* info) const;
197 return GetAllocationAddressForSlot(GetSlotIndexForAllocationInfo(info));
H A Dlarge_object_space.cc326 size_t FreeListSpace::GetSlotIndexForAllocationInfo(const AllocationInfo* info) const { function in class:art::gc::space::FreeListSpace

Completed in 13 milliseconds