Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h209 size_t GetSlotIndexForAllocationInfo(const AllocationInfo* info) const;
216 return GetAllocationAddressForSlot(GetSlotIndexForAllocationInfo(info)); in GetAddressForAllocationInfo()
Dlarge_object_space.cc337 size_t FreeListSpace::GetSlotIndexForAllocationInfo(const AllocationInfo* info) const { in GetSlotIndexForAllocationInfo() function in art::gc::space::FreeListSpace