Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h205 size_t GetSlotIndexForAddress(uintptr_t address) const { in GetSlotIndexForAddress() function
Dlarge_object_space.cc344 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()
348 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()