Home
last modified time | relevance | path

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

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