Lines Matching refs:IsFull
604 DCHECK(current_run->IsFull()); in AllocFromCurrentRunUnlocked()
626 DCHECK(!current_run->IsFull()); in AllocFromCurrentRunUnlocked()
681 DCHECK(thread_local_run->IsFull()); in AllocFromRun()
688 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
692 DCHECK(thread_local_run->IsFull()); in AllocFromRun()
716 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
719 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
768 run_was_full = run->IsFull(); in FreeFromRun()
827 DCHECK(!run->IsFull()); in FreeFromRun()
1121 bool run_was_full = run->IsFull(); in BulkFree()
1546 if (run->IsFull()) { in RevokeRun()
1930 if (!IsFull()) { in Verify()