Searched refs:rb_slow_path_ns_ (Results 1 – 2 of 2) sorted by relevance
462 Atomic<uint64_t> rb_slow_path_ns_; variable
110 rb_slow_path_ns_(0), in ConcurrentCopying()419 rb_slow_path_ns_.store(0, std::memory_order_relaxed); in InitializePhase()3821 rb_slow_path_ns_.load(std::memory_order_relaxed)); in FinishPhase()3885 rb_slow_path_ns_.fetch_add(NanoTime() - start_time, std::memory_order_relaxed); in MarkFromReadBarrierWithMeasurements()