Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc403 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info)); in Walk()
460 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()
546 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info)); in Alloc()
568 uintptr_t address = GetAddressForAllocationInfo(cur_info); in Dump()
600 reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(cur_info)); in SetAllLargeObjectsAsZygoteObjects()
Dlarge_object_space.h215 uintptr_t GetAddressForAllocationInfo(const AllocationInfo* info) const { in GetAddressForAllocationInfo() function