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 330 uint64_t rb_slow_path_count_total_ GUARDED_BY(rb_slow_path_histogram_lock_);
concurrent_copying.cc 98 rb_slow_path_count_total_(0),
2681 os << "Slow path count " << rb_slow_path_count_total_ << "\\n"; local
    [all...]

Completed in 59 milliseconds