Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc398 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info)); in Walk()
447 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()
538 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info)); in Alloc()
560 uintptr_t address = GetAddressForAllocationInfo(cur_info); in Dump()
Dlarge_object_space.h212 uintptr_t GetAddressForAllocationInfo(const AllocationInfo* info) const { in GetAddressForAllocationInfo() function