Home
last modified time | relevance | path

Searched refs:long_pause_log_threshold_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h103 size_t long_pause_log_threshold_; variable
Druntime.cc354 parsed->long_pause_log_threshold_ = gc::Heap::kDefaultLongPauseLogThreshold; in Create()
507 parsed->long_pause_log_threshold_ = in Create()
888 options->long_pause_log_threshold_, in Init()
/art/runtime/gc/
Dheap.cc80 long_pause_log_threshold_(long_pause_log_threshold), in Heap()
1271 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in CollectGarbageInternal()
1274 was_slow = was_slow || pause > long_pause_log_threshold_; in CollectGarbageInternal()
1751 if (wait_time > long_pause_log_threshold_) { in WaitForConcurrentGcToComplete()
Dheap.h547 const size_t long_pause_log_threshold_; variable