Searched refs:long_pause_log_threshold_ (Results 1 – 4 of 4) sorted by relevance
103 size_t long_pause_log_threshold_; variable
354 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()
80 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()
547 const size_t long_pause_log_threshold_; variable