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.cc399 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk() local
400 while (cur_info < end_info) { in Walk()
410 CHECK_EQ(cur_info, end_info); in Walk()
565 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump() local
566 while (cur_info < end_info) { in Dump()
594 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects() local