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.cc507 AllocationInfo* new_info; in Alloc() local
514 new_info = info->GetPrevFreeInfo(); in Alloc()
528 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_); in Alloc()
546 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info)); in Alloc()
552 new_info->SetPrevFreeBytes(0); in Alloc()
553 new_info->SetByteSize(allocation_size, false); in Alloc()