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

/art/runtime/gc/space/
H A Dlarge_object_space.cc416 AllocationInfo* new_info; local
423 new_info = info->GetPrevFreeInfo();
437 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_);
453 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info));
459 new_info->SetPrevFreeBytes(0);
460 new_info->SetByteSize(allocation_size, false);

Completed in 23 milliseconds