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.h307 AtomicInteger mark_fastpath_count_; variable
Dmark_sweep.cc131 mark_fastpath_count_.StoreRelaxed(0); in InitializePhase()
466 ++mark_fastpath_count_; in MarkObjectNonNull()
1379 << " fastpath=" << mark_fastpath_count_.LoadRelaxed() in FinishPhase()