Searched refs:GetAddressForAllocationInfo (Results 1 – 2 of 2) sorted by relevance
398 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()
212 uintptr_t GetAddressForAllocationInfo(const AllocationInfo* info) const { in GetAddressForAllocationInfo() function