Home
last modified time | relevance | path

Searched refs:class_count_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep-inl.h40 ++class_count_; in ScanObjectVisit()
Dmark_sweep.h297 AtomicInteger class_count_; variable
Dmark_sweep.cc116 class_count_.StoreRelaxed(0); in InitializePhase()
1245 VLOG(gc) << "MarkSweep scanned classes=" << class_count_.LoadRelaxed() in FinishPhase()