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

  /art/runtime/
parsed_options.h 65 unsigned int long_gc_log_threshold_; member in class:art::ParsedOptions
parsed_options.cc 243 long_gc_log_threshold_ = gc::Heap::kDefaultLongGCLogThreshold;
403 long_gc_log_threshold_ = MsToNs(value);
    [all...]
runtime.cc 738 options->long_gc_log_threshold_,
    [all...]
  /art/runtime/gc/
heap.h 845 const size_t long_gc_log_threshold_; member in class:art::gc::Heap
    [all...]
heap.cc 144 long_gc_log_threshold_(long_gc_log_threshold),
    [all...]

Completed in 1106 milliseconds