Searched refs:IsFull (Results 1 – 5 of 5) sorted by relevance
55 inline bool RosAlloc::Run::IsFull() { in IsFull() function75 return !thread_local_run->IsFull(); in CanAllocFromThreadLocalRun()
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()[all …]
438 ALWAYS_INLINE bool IsFull();
168 bool IsFull() const { in IsFull() function
1060 DCHECK(gc_mark_stack_->IsFull()); in ExpandGcMarkStack()1068 DCHECK(!gc_mark_stack_->IsFull()); in ExpandGcMarkStack()1081 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoMarkStack()1088 if (UNLIKELY(tl_mark_stack == nullptr || tl_mark_stack->IsFull())) { in PushOntoMarkStack()1117 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoMarkStack()1131 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoMarkStack()2700 << std::boolalpha << rb_mark_bit_stack_->IsFull() << std::noboolalpha << '\n' in FinishPhase()