Searched defs:GetAllocationInfoForAddress (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.cc332 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) { function in class:art::gc::space::FreeListSpace
336 const AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) const { function in class:art::gc::space::FreeListSpace
382 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
409 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
465 AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
502 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_);
538 GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(Begin()));
539 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
559 const AllocationInfo* info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(obj));
567 for (AllocationInfo* cur_info = GetAllocationInfoForAddress(reinterpret_cas
[all...]

Completed in 16 milliseconds