Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep-inl.h44 ++other_count_; in ScanObjectVisit()
Dmark_sweep.h301 AtomicInteger other_count_; variable
Dmark_sweep.cc118 other_count_.StoreRelaxed(0); in InitializePhase()
1246 << " arrays=" << array_count_.LoadRelaxed() << " other=" << other_count_.LoadRelaxed(); in FinishPhase()