Lines Matching refs:IsFull
602 DCHECK(current_run->IsFull()); in AllocFromCurrentRunUnlocked()
624 DCHECK(!current_run->IsFull()); in AllocFromCurrentRunUnlocked()
679 DCHECK(thread_local_run->IsFull()); in AllocFromRun()
686 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
690 DCHECK(thread_local_run->IsFull()); in AllocFromRun()
714 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
717 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
766 run_was_full = run->IsFull(); in FreeFromRun()
825 DCHECK(!run->IsFull()); in FreeFromRun()
1119 bool run_was_full = run->IsFull(); in BulkFree()
1545 if (run->IsFull()) { in RevokeRun()
1929 if (!IsFull()) { in Verify()