Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.h342 AtomicInteger mark_fastpath_count_; variable
Dmark_sweep.cc134 mark_fastpath_count_.store(0, std::memory_order_relaxed); in InitializePhase()
512 ++mark_fastpath_count_; in MarkObjectNonNull()
1490 << " fastpath=" << mark_fastpath_count_.load(std::memory_order_relaxed) in FinishPhase()