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.h308 AtomicInteger mark_slowpath_count_; variable
Dmark_sweep.cc132 mark_slowpath_count_.StoreRelaxed(0); in InitializePhase()
473 ++mark_slowpath_count_; in MarkObjectNonNull()
1380 << " slowpath=" << mark_slowpath_count_.LoadRelaxed(); in FinishPhase()