Home
last modified time | relevance | path

Searched refs:IsAllCleared (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dread_barrier_table.h72 bool IsAllCleared() const { in IsAllCleared() function
/art/runtime/gc/space/
Dregion_space.cc151 DCHECK(rb_table->IsAllCleared()); in SetFromSpace()
/art/runtime/gc/collector/
Dconcurrent_copying.cc418 DCHECK(heap_->rb_table_->IsAllCleared()); in MarkingPhase()
/art/runtime/gc/
Dheap.cc437 DCHECK(rb_table_->IsAllCleared()); in Heap()