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

/art/runtime/gc/space/
H A Dlarge_object_space.cc380 const uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; local
382 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
418 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; local
430 if (next_addr >= free_end_start) {
432 CHECK_EQ(next_addr, free_end_start);
536 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; local
539 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start);
553 os << "Free block at address: " << reinterpret_cast<const void*>(free_end_start)
566 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; local
568 *end_info = GetAllocationInfoForAddress(free_end_start); cur_inf
[all...]

Completed in 113 milliseconds