Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc499 AllocationInfo* new_info; in Alloc() local
506 new_info = info->GetPrevFreeInfo(); in Alloc()
520 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_); in Alloc()
538 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info)); in Alloc()
544 new_info->SetPrevFreeBytes(0); in Alloc()
545 new_info->SetByteSize(allocation_size, false); in Alloc()