Searched refs:long_pause_log_threshold_ (Results 1 – 2 of 2) sorted by relevance
261 long_pause_log_threshold_(long_pause_log_threshold), in Heap()919 if (wait_time > long_pause_log_threshold_) { in IncrementDisableThreadFlip()965 if (wait_time > long_pause_log_threshold_) { in ThreadFlipBegin()2709 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()2711 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()3447 if (wait_time > long_pause_log_threshold_) { in WaitForGcToCompleteLocked()
1288 const size_t long_pause_log_threshold_; variable