Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dread_barrier_table.h76 bool IsAllCleared() const { in IsAllCleared() function
/art/runtime/gc/space/
Dregion_space.cc337 DCHECK(rb_table->IsAllCleared()); in SetFromSpace()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1731 DCHECK(heap_->rb_table_->IsAllCleared()); in DisableMarking()
/art/runtime/gc/
Dheap.cc637 DCHECK(rb_table_->IsAllCleared()); in Heap()