HomeSort by relevance Sort by last modified time
    Searched refs:measure_read_barrier_slow_path_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
concurrent_copying.cc 91 measure_read_barrier_slow_path_(measure_read_barrier_slow_path),
290 mark_from_read_barrier_measurements_ = measure_read_barrier_slow_path_;
291 if (measure_read_barrier_slow_path_) {
    [all...]
concurrent_copying.h 319 // If measure_read_barrier_slow_path_ is true, we count how long is spent in MarkFromReadBarrier
321 bool measure_read_barrier_slow_path_; member in class:art::gc::collector::ConcurrentCopying

Completed in 378 milliseconds