Home
last modified time | relevance | path

Searched refs:IsFull (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc-inl.h55 inline bool RosAlloc::Run::IsFull() { in IsFull() function
75 return !thread_local_run->IsFull(); in CanAllocFromThreadLocalRun()
Drosalloc.cc604 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()
[all …]
Drosalloc.h437 ALWAYS_INLINE bool IsFull();
/art/runtime/gc/accounting/
Datomic_stack.h169 bool IsFull() const { in IsFull() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc1211 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoLocalMarkStack()
1736 DCHECK(gc_mark_stack_->IsFull()); in ExpandGcMarkStack()
1744 DCHECK(!gc_mark_stack_->IsFull()); in ExpandGcMarkStack()
1756 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoMarkStack()
1763 if (UNLIKELY(tl_mark_stack == nullptr || tl_mark_stack->IsFull())) { in PushOntoMarkStack()
1792 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoMarkStack()
1806 if (UNLIKELY(gc_mark_stack_->IsFull())) { in PushOntoMarkStack()
3673 << std::boolalpha << rb_mark_bit_stack_->IsFull() << std::noboolalpha << '\n' in FinishPhase()