HomeSort by relevance Sort by last modified time
    Searched refs:GetSlotIndexForAllocationInfo (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
large_object_space.h 206 size_t GetSlotIndexForAllocationInfo(const AllocationInfo* info) const;
213 return GetAllocationAddressForSlot(GetSlotIndexForAllocationInfo(info));
large_object_space.cc 332 size_t FreeListSpace::GetSlotIndexForAllocationInfo(const AllocationInfo* info) const {

Completed in 1817 milliseconds