Searched refs:rb_slow_path_count_gc_ (Results 1 – 2 of 2) sorted by relevance
464 Atomic<uint64_t> rb_slow_path_count_gc_; variable
112 rb_slow_path_count_gc_(0), in ConcurrentCopying()405 rb_slow_path_count_gc_.store(0, std::memory_order_relaxed); in InitializePhase()3790 rb_slow_path_count_gc_total_ += rb_slow_path_count_gc_.load(std::memory_order_relaxed); in FinishPhase()3846 rb_slow_path_count_gc_.fetch_add(1u, std::memory_order_relaxed); in MarkFromReadBarrierWithMeasurements()