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

  /art/runtime/
parsed_options.h 64 unsigned int long_pause_log_threshold_; member in class:art::ParsedOptions
parsed_options.cc 242 long_pause_log_threshold_ = gc::Heap::kDefaultLongPauseLogThreshold;
397 long_pause_log_threshold_ = MsToNs(value);
    [all...]
runtime.cc 737 options->long_pause_log_threshold_,
    [all...]
  /art/runtime/gc/
heap.cc 143 long_pause_log_threshold_(long_pause_log_threshold),
    [all...]
heap.h 842 const size_t long_pause_log_threshold_; member in class:art::gc::Heap
    [all...]

Completed in 414 milliseconds