Searched defs:end_info (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/gc/space/
H A Dlarge_object_space.cc317 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); local
318 while (cur_info < end_info) {
328 CHECK_EQ(cur_info, end_info);
472 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); local
473 while (cur_info < end_info) {

Completed in 40 milliseconds