Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h445 bool measure_read_barrier_slow_path_; variable
Dconcurrent_copying.cc106 measure_read_barrier_slow_path_(measure_read_barrier_slow_path), in ConcurrentCopying()
380 mark_from_read_barrier_measurements_ = measure_read_barrier_slow_path_; in InitializePhase()
381 if (measure_read_barrier_slow_path_) { in InitializePhase()
3706 if (measure_read_barrier_slow_path_) { in FinishPhase()
3771 const uint64_t start_time = measure_read_barrier_slow_path_ ? NanoTime() : 0u; in MarkFromReadBarrierWithMeasurements()
3775 if (measure_read_barrier_slow_path_) { in MarkFromReadBarrierWithMeasurements()