Searched refs:long_pause_log_threshold_ (Results 1 – 2 of 2) sorted by relevance
298 long_pause_log_threshold_(long_pause_log_threshold), in Heap()966 if (wait_time > long_pause_log_threshold_) { in IncrementDisableThreadFlip()1012 if (wait_time > long_pause_log_threshold_) { in ThreadFlipBegin()2730 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()2732 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()3477 if (wait_time > long_pause_log_threshold_) { in WaitForGcToCompleteLocked()
1328 const size_t long_pause_log_threshold_; variable