Home
last modified time | relevance | path

Searched refs:GetAllocationInfoForAddress (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.cc338 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) { in GetAllocationInfoForAddress() function in art::gc::space::FreeListSpace
342 const AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) const { in GetAllocationInfoForAddress() function in art::gc::space::FreeListSpace
394 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk()
427 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); in Free()
483 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); in AllocationSize()
520 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_); in Alloc()
556 GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin())); in Dump()
557 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump()
577 const AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj)); in IsZygoteLargeObject()
585 for (AllocationInfo* cur_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin())), in SetAllLargeObjectsAsZygoteObjects()
[all …]
Dlarge_object_space.h207 AllocationInfo* GetAllocationInfoForAddress(uintptr_t address);
208 const AllocationInfo* GetAllocationInfoForAddress(uintptr_t address) const;