Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space-inl.h127 if (r->IsFree()) { in GetBytesAllocatedInternal()
162 if (r->IsFree()) { in GetObjectsAllocatedInternal()
199 if (r->IsFree() || (kToSpaceOnly && !r->IsInToSpace())) { in WalkInternal()
269 if (regions_[right].IsFree()) { in AllocLarge()
280 DCHECK(first_reg->IsFree()); in AllocLarge()
293 DCHECK(regions_[p].IsFree()); in AllocLarge()
Dregion_space.cc109 CHECK(regions_[i].IsFree()); in RegionSpace()
117 DCHECK(!full_region_.IsFree()); in RegionSpace()
214 if (!r->IsFree()) { in SetFromSpace()
376 if (!last_checked_region->IsFree()) { in ClearFromSpace()
406 if (r->IsFree()) { in LogFragmentationAllocFailure()
434 if (!r->IsFree()) { in Clear()
483 if (!reg->IsFree()) { in DumpNonFreeRegions()
612 if (r->IsFree()) { in AllocateRegion()
628 DCHECK(IsFree()); in MarkAsAllocated()
Dlarge_object_space.cc270 bool IsFree() const { in IsFree() function in art::gc::space::AllocationInfo
384 if (!cur_info->IsFree()) { in Walk()
410 DCHECK(!info->IsFree()); in Free()
436 if (next_info->IsFree()) { in Free()
439 DCHECK(!next_next_info->IsFree()); in Free()
466 DCHECK(!info->IsFree()); in AllocationSize()
543 if (cur_info->IsFree()) { in Dump()
570 if (!cur_info->IsFree()) { in SetAllLargeObjectsAsZygoteObjects()
Dregion_space.h332 bool IsFree() const { in IsFree() function
412 DCHECK(!IsFree() && IsInToSpace()); in SetAsFromSpace()
422 DCHECK(!IsFree() && IsInToSpace()); in SetAsUnevacFromSpace()
430 DCHECK(!IsFree() && IsInUnevacFromSpace()); in SetUnevacFromSpaceAsToSpace()
567 CHECK(regions_[i].IsFree()); in VerifyNonFreeRegionLimit()
/art/runtime/gc/allocator/
Drosalloc.cc108 DCHECK(free_pages->IsFree()); in RosAlloc()
110 DCHECK(free_pages->IsFree()); in RosAlloc()
136 DCHECK(fpr->IsFree()); in AllocPages()
180 DCHECK(last_free_page_run->IsFree()); in AllocPages()
448 DCHECK(fpr->IsFree()); in FreePages()
450 DCHECK(fpr->IsFree()); in FreePages()
1225 DCHECK(fpr->IsFree()); in DumpPageMap()
1354 DCHECK(last_free_page_run->IsFree()); in Trim()
Drosalloc.h52 bool IsFree() const { in IsFree() function