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

  /art/runtime/gc/collector/
concurrent_copying.h 441 uint64_t rb_slow_path_count_total_ GUARDED_BY(rb_slow_path_histogram_lock_);
concurrent_copying.cc 115 rb_slow_path_count_total_(0),
3764 os << "Slow path count " << rb_slow_path_count_total_ << "\\n"; local
    [all...]

Completed in 390 milliseconds