HomeSort by relevance Sort by last modified time
    Searched refs:GetAddressForAllocationInfo (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
large_object_space.cc 384 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info));
427 uintptr_t next_addr = GetAddressForAllocationInfo(next_info);
518 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info));
540 uintptr_t address = GetAddressForAllocationInfo(cur_info);
large_object_space.h 195 uintptr_t GetAddressForAllocationInfo(const AllocationInfo* info) const {

Completed in 52 milliseconds