Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h463 Atomic<uint64_t> rb_slow_path_count_; variable
Dconcurrent_copying.cc111 rb_slow_path_count_(0), in ConcurrentCopying()
404 rb_slow_path_count_.store(0, std::memory_order_relaxed); in InitializePhase()
3769 rb_slow_path_count_total_ += rb_slow_path_count_.load(std::memory_order_relaxed); in FinishPhase()
3824 rb_slow_path_count_.fetch_add(1u, std::memory_order_relaxed); in MarkFromReadBarrierWithMeasurements()