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

  /art/runtime/gc/collector/
concurrent_copying.h 327 Atomic<uint64_t> rb_slow_path_count_gc_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 95 rb_slow_path_count_gc_(0),
294 rb_slow_path_count_gc_.StoreRelaxed(0);
    [all...]

Completed in 569 milliseconds