Lines Matching refs:IsFull
608 DCHECK(current_run->IsFull()); in AllocFromCurrentRunUnlocked()
630 DCHECK(!current_run->IsFull()); in AllocFromCurrentRunUnlocked()
685 DCHECK(thread_local_run->IsFull()); in AllocFromRun()
692 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
696 DCHECK(thread_local_run->IsFull()); in AllocFromRun()
720 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
723 DCHECK(!thread_local_run->IsFull()); in AllocFromRun()
772 run_was_full = run->IsFull(); in FreeFromRun()
831 DCHECK(!run->IsFull()); in FreeFromRun()
1125 bool run_was_full = run->IsFull(); in BulkFree()
1551 if (run->IsFull()) { in RevokeRun()
1935 if (!IsFull()) { in Verify()