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.cc135 mark_slowpath_count_.store(0, std::memory_order_relaxed); in InitializePhase()
519 ++mark_slowpath_count_; in MarkObjectNonNull()
1491 << " slowpath=" << mark_slowpath_count_.load(std::memory_order_relaxed); in FinishPhase()