Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Datomic_stack.h107 bool IsEmpty() const { in IsEmpty() function
Dspace_bitmap.h217 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/collector/
Dmark_sweep.cc1222 DCHECK(mark_stack_->IsEmpty()); in Sweep()
1437 while (!mark_stack_->IsEmpty() && prefetch_fifo.size() < kFifoSize) { in ProcessMarkStack()
1449 if (mark_stack_->IsEmpty()) { in ProcessMarkStack()
1470 DCHECK(mark_stack_->IsEmpty()); in PreserveSomeSoftReferences()
1566 CHECK(mark_stack_->IsEmpty()); in ProcessReferences()
1644 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
/art/compiler/
Dimage_writer.cc428 DCHECK(heap->GetLargeObjectsSpace()->GetLiveObjects()->IsEmpty()); in CalculateNewObjectOffsets()