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 330 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) {
334 const AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) const {
380 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
407 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
463 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
500 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_);
536 GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin()));
537 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
557 const AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
565 for (AllocationInfo* cur_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin()))
    [all...]
large_object_space.h 190 AllocationInfo* GetAllocationInfoForAddress(uintptr_t address);
191 const AllocationInfo* GetAllocationInfoForAddress(uintptr_t address) const;

Completed in 1542 milliseconds