Home
last modified time | relevance | path

Searched refs:long_gc_log_threshold_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dparsed_options.h65 unsigned int long_gc_log_threshold_; variable
Dparsed_options.cc243 long_gc_log_threshold_ = gc::Heap::kDefaultLongGCLogThreshold; in Parse()
403 long_gc_log_threshold_ = MsToNs(value); in Parse()
Druntime.cc738 options->long_gc_log_threshold_, in Init()
/art/runtime/gc/
Dheap.h845 const size_t long_gc_log_threshold_; variable
Dheap.cc144 long_gc_log_threshold_(long_gc_log_threshold), in Heap()
2239 log_gc = duration > long_gc_log_threshold_ || in CollectGarbageInternal()