Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h462 Atomic<uint64_t> rb_slow_path_ns_; variable
Dconcurrent_copying.cc110 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()