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.h52 ++other_count_; in ScanObjectVisit()
Dmark_sweep.h331 AtomicInteger other_count_; variable
Dmark_sweep.cc125 other_count_.store(0, std::memory_order_relaxed); in InitializePhase()
1471 << " other=" << other_count_.load(std::memory_order_relaxed); in FinishPhase()