Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc416 AllocationInfo* next_info = info->GetNextInfo(); in Free() local
429 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()
436 if (next_info->IsFree()) { in Free()
437 AllocationInfo* next_next_info = next_info->GetNextInfo(); in Free()
445 new_free_info = next_info; in Free()