Searched refs:IsFree (Results 1 – 3 of 3) sorted by relevance
214 bool IsFree() const { in IsFree() function in art::gc::space::AllocationInfo319 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()
93 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()
48 bool IsFree() const { in IsFree() function