Searched refs:GetAddressForAllocationInfo (Results 1 – 2 of 2) sorted by relevance
391 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info)); in Walk()434 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()525 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info)); in Alloc()547 uintptr_t address = GetAddressForAllocationInfo(cur_info); in Dump()
187 uintptr_t GetAddressForAllocationInfo(const AllocationInfo* info) const { in GetAddressForAllocationInfo() function