Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dlarge_object_space.cc397 const uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Walk() local
399 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk()
449 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Free() local
461 if (next_addr >= free_end_start) { in Free()
463 CHECK_EQ(next_addr, free_end_start); in Free()
562 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Dump() local
565 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump()
579 os << "Free block at address: " << reinterpret_cast<const void*>(free_end_start) in Dump()
592 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in SetAllLargeObjectsAsZygoteObjects() local
594 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects()