Searched defs:next_info (Results 1 - 1 of 1) sorted by path

/art/runtime/gc/space/
H A Dlarge_object_space.cc351 AllocationInfo* next_info = info->GetNextInfo(); local
364 uintptr_t next_addr = GetAddressForAllocationInfo(next_info);
371 if (next_info->IsFree()) {
372 AllocationInfo* next_next_info = next_info->GetNextInfo();
380 new_free_info = next_info;

Completed in 60 milliseconds