Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc214 bool IsFree() const { in IsFree() function in art::gc::space::AllocationInfo
319 if (!cur_info->IsFree()) { in Walk()
345 DCHECK(!info->IsFree()); in Free()
371 if (next_info->IsFree()) { in Free()
374 DCHECK(!next_next_info->IsFree()); in Free()
401 DCHECK(!info->IsFree()); in AllocationSize()
476 if (cur_info->IsFree()) { in Dump()
/art/runtime/gc/allocator/
Drosalloc.cc93 DCHECK(free_pages->IsFree()); in RosAlloc()
95 DCHECK(free_pages->IsFree()); in RosAlloc()
118 DCHECK(fpr->IsFree()); in AllocPages()
161 DCHECK(last_free_page_run->IsFree()); in AllocPages()
441 DCHECK(fpr->IsFree()); in FreePages()
443 DCHECK(fpr->IsFree()); in FreePages()
1368 DCHECK(fpr->IsFree()); in DumpPageMap()
1497 DCHECK(last_free_page_run->IsFree()); in Trim()
Drosalloc.h48 bool IsFree() const { in IsFree() function