Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc133 CHECK(regions_[i].IsFree()); in RegionSpace()
141 DCHECK(!full_region_.IsFree()); in RegionSpace()
188 DCHECK(!IsFree() && IsInToSpace()); in SetAsUnevacFromSpace()
353 if (!r->IsFree()) { in SetFromSpace()
617 if (!last_checked_region->IsFree()) { in ClearFromSpace()
731 if (r->IsFree()) { in LogFragmentationAllocFailure()
759 if (!r->IsFree()) { in Clear()
824 if (!reg->IsFree()) { in DumpNonFreeRegions()
928 if (IsFree()) { in GetLongestConsecutiveFreeBytes()
993 if (r->IsFree()) { in AllocateRegion()
[all …]
Dregion_space-inl.h132 if (r->IsFree()) { in GetBytesAllocatedInternal()
167 if (r->IsFree()) { in GetObjectsAllocatedInternal()
238 if (r->IsFree() || (kToSpaceOnly && !r->IsInToSpace())) { in WalkInternal()
403 if (regions_[right].IsFree()) { in AllocLargeInRange()
416 DCHECK(first_reg->IsFree()); in AllocLargeInRange()
433 DCHECK(regions_[p].IsFree()); in AllocLargeInRange()
Dlarge_object_space.cc276 bool IsFree() const { in IsFree() function in art::gc::space::AllocationInfo
396 if (!cur_info->IsFree()) { in Walk()
428 DCHECK(!info->IsFree()); in Free()
454 if (next_info->IsFree()) { in Free()
457 DCHECK(!next_next_info->IsFree()); in Free()
484 DCHECK(!info->IsFree()); in AllocationSize()
561 if (cur_info->IsFree()) { in Dump()
588 if (!cur_info->IsFree()) { in SetAllLargeObjectsAsZygoteObjects()
Dregion_space.h338 if (!r->IsFree() && !r->IsNewlyAllocated()) { in SetAllRegionLiveBytesZero()
423 bool IsFree() const { in IsFree() function
511 DCHECK(!IsFree() && IsInToSpace()); in SetAsFromSpace()
537 DCHECK(!IsFree() && IsInUnevacFromSpace()); in SetUnevacFromSpaceAsToSpace()
688 CHECK(regions_[i].IsFree()); in VerifyNonFreeRegionLimit()
/art/runtime/gc/allocator/
Drosalloc.cc110 DCHECK(free_pages->IsFree()); in RosAlloc()
112 DCHECK(free_pages->IsFree()); in RosAlloc()
138 DCHECK(fpr->IsFree()); in AllocPages()
182 DCHECK(last_free_page_run->IsFree()); in AllocPages()
450 DCHECK(fpr->IsFree()); in FreePages()
452 DCHECK(fpr->IsFree()); in FreePages()
1227 DCHECK(fpr->IsFree()); in DumpPageMap()
1355 DCHECK(last_free_page_run->IsFree()); in Trim()
Drosalloc.h51 bool IsFree() const { in IsFree() function