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

Completed in 77 milliseconds