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

  /art/runtime/gc/space/
large_object_space.cc 338 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) {
342 const AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) const {
394 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
427 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
483 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
520 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_);
556 GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin()));
557 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
577 const AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
585 for (AllocationInfo* cur_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin()))
    [all...]
large_object_space.h 207 AllocationInfo* GetAllocationInfoForAddress(uintptr_t address);
208 const AllocationInfo* GetAllocationInfoForAddress(uintptr_t address) const;

Completed in 108 milliseconds