Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h462 Atomic<uint64_t> rb_slow_path_ns_; variable
H A Dconcurrent_copying.cc110 rb_slow_path_ns_(0), in ConcurrentCopying()
403 rb_slow_path_ns_.store(0, std::memory_order_relaxed); in InitializePhase()
3788 rb_slow_path_ns_.load(std::memory_order_relaxed)); in FinishPhase()
3854 rb_slow_path_ns_.fetch_add(NanoTime() - start_time, std::memory_order_relaxed); in MarkFromReadBarrierWithMeasurements()