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.cc134 CHECK(regions_[i].IsFree()); in RegionSpace()
142 DCHECK(!full_region_.IsFree()); in RegionSpace()
189 DCHECK(!IsFree() && IsInToSpace()); in SetAsUnevacFromSpace()
358 if (!r->IsFree()) { in SetFromSpace()
627 if (!last_checked_region->IsFree()) { in ClearFromSpace()
741 if (r->IsFree()) { in LogFragmentationAllocFailure()
769 if (!r->IsFree()) { in Clear()
834 if (!reg->IsFree()) { in DumpNonFreeRegions()
972 if (IsFree()) { in GetLongestConsecutiveFreeBytes()
1042 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()
438 bool IsFree() const { in IsFree() function
526 DCHECK(!IsFree() && IsInToSpace()); in SetAsFromSpace()
552 DCHECK(!IsFree() && IsInUnevacFromSpace()); in SetUnevacFromSpaceAsToSpace()
704 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