Searched refs:GetPrevFree (Results 1 – 1 of 1) sorted by relevance
319 size_t GetPrevFree() const { in GetPrevFree() function in art::gc::space::AllocationInfo324 return GetPrevFree() * LargeObjectSpace::ObjectAlignment(); in GetPrevFreeBytes()360 if (a->GetPrevFree() < b->GetPrevFree()) return true; in operator ()()361 if (a->GetPrevFree() > b->GetPrevFree()) return false; in operator ()()451 CHECK_GT(info->GetPrevFree(), 0U); in RemoveFreePrev()553 AllocationInfo* new_free = info - info->GetPrevFree(); in Alloc()