HomeSort by relevance Sort by last modified time
    Searched full:long_gc_log_threshold_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
runtime.h 104 size_t long_gc_log_threshold_; member in class:art::Runtime::ParsedOptions
runtime.cc 355 parsed->long_gc_log_threshold_ = gc::Heap::kDefaultLongGCLogThreshold;
510 parsed->long_gc_log_threshold_ =
    [all...]
  /art/runtime/gc/
heap.h 550 const size_t long_gc_log_threshold_; member in class:art::gc::Heap
heap.cc 81 long_gc_log_threshold_(long_gc_log_threshold),
    [all...]

Completed in 69 milliseconds