Searched refs:long_pause_log_threshold_ (Results 1 – 2 of 2) sorted by relevance
207 long_pause_log_threshold_(long_pause_log_threshold), in Heap()805 if (wait_time > long_pause_log_threshold_) { in IncrementDisableThreadFlip()850 if (wait_time > long_pause_log_threshold_) { in ThreadFlipBegin()2646 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()2648 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()3372 if (wait_time > long_pause_log_threshold_) { in WaitForGcToCompleteLocked()
1158 const size_t long_pause_log_threshold_; variable