Home
last modified time | relevance | path

Searched refs:mark_slowpath_count_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.h343 AtomicInteger mark_slowpath_count_; variable
Dmark_sweep.cc131 mark_slowpath_count_.StoreRelaxed(0); in InitializePhase()
500 ++mark_slowpath_count_; in MarkObjectNonNull()
1464 << " slowpath=" << mark_slowpath_count_.LoadRelaxed(); in FinishPhase()