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

  /art/runtime/gc/collector/
concurrent_copying.h 76 !rb_slow_path_histogram_lock_,
84 !rb_slow_path_histogram_lock_,
262 void DumpPerformanceInfo(std::ostream& os) OVERRIDE REQUIRES(!rb_slow_path_histogram_lock_);
328 mutable Mutex rb_slow_path_histogram_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
329 Histogram<uint64_t> rb_slow_path_time_histogram_ GUARDED_BY(rb_slow_path_histogram_lock_);
330 uint64_t rb_slow_path_count_total_ GUARDED_BY(rb_slow_path_histogram_lock_);
331 uint64_t rb_slow_path_count_gc_total_ GUARDED_BY(rb_slow_path_histogram_lock_);
concurrent_copying.cc 96 rb_slow_path_histogram_lock_("Read barrier histogram lock"),
2674 MutexLock mu(Thread::Current(), rb_slow_path_histogram_lock_); local
    [all...]

Completed in 51 milliseconds