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.cc394 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk() local
395 while (cur_info < end_info) { in Walk()
405 CHECK_EQ(cur_info, end_info); in Walk()
557 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump() local
558 while (cur_info < end_info) { in Dump()
586 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects() local