Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc385 const uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Walk() local
387 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk()
423 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Free() local
435 if (next_addr >= free_end_start) { in Free()
437 CHECK_EQ(next_addr, free_end_start); in Free()
541 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Dump() local
544 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump()
558 os << "Free block at address: " << reinterpret_cast<const void*>(free_end_start) in Dump()
571 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in SetAllLargeObjectsAsZygoteObjects() local
573 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects()