Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space-inl.h132 if (r->IsFree()) { in GetBytesAllocatedInternal()
167 if (r->IsFree()) { in GetObjectsAllocatedInternal()
238 if (r->IsFree() || (kToSpaceOnly && !r->IsInToSpace())) { in WalkInternal()
398 if (regions_[right].IsFree()) { in AllocLargeInRange()
411 DCHECK(first_reg->IsFree()); in AllocLargeInRange()
428 DCHECK(regions_[p].IsFree()); in AllocLargeInRange()
Dregion_space.cc133 CHECK(regions_[i].IsFree()); in RegionSpace()
141 DCHECK(!full_region_.IsFree()); in RegionSpace()
188 DCHECK(!IsFree() && IsInToSpace()); in SetAsUnevacFromSpace()
357 if (!r->IsFree()) { in SetFromSpace()
621 if (!last_checked_region->IsFree()) { in ClearFromSpace()
735 if (r->IsFree()) { in LogFragmentationAllocFailure()
763 if (!r->IsFree()) { in Clear()
828 if (!reg->IsFree()) { in DumpNonFreeRegions()
966 if (IsFree()) { in GetLongestConsecutiveFreeBytes()
1036 if (r->IsFree()) { in AllocateRegion()
[all …]
Dlarge_object_space.cc281 bool IsFree() const { in IsFree() function in art::gc::space::AllocationInfo
401 if (!cur_info->IsFree()) { in Walk()
432 DCHECK(!info->IsFree()); in Free()
467 if (next_info->IsFree()) { in Free()
470 DCHECK(!next_next_info->IsFree()); in Free()
492 DCHECK(!info->IsFree()); in AllocationSize()
569 if (cur_info->IsFree()) { in Dump()
596 if (!cur_info->IsFree()) { in SetAllLargeObjectsAsZygoteObjects()
Dregion_space.h344 if (!r->IsFree() && !r->IsNewlyAllocated()) { in SetAllRegionLiveBytesZero()
434 bool IsFree() const { in IsFree() function
522 DCHECK(!IsFree() && IsInToSpace()); in SetAsFromSpace()
548 DCHECK(!IsFree() && IsInUnevacFromSpace()); in SetUnevacFromSpaceAsToSpace()
700 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