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

  /art/runtime/gc/collector/
concurrent_copying-inl.h 161 if (UNLIKELY(mark_from_read_barrier_measurements_)) {
concurrent_copying.h 322 // mark_from_read_barrier_measurements_ is true if systrace is enabled or
324 bool mark_from_read_barrier_measurements_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 92 mark_from_read_barrier_measurements_(false),
290 mark_from_read_barrier_measurements_ = measure_read_barrier_slow_path_;
    [all...]

Completed in 63 milliseconds