Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc382 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk() local
383 while (cur_info < end_info) { in Walk()
393 CHECK_EQ(cur_info, end_info); in Walk()
539 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump() local
540 while (cur_info < end_info) { in Dump()
568 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects() local