Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc205 long_pause_log_threshold_(long_pause_log_threshold), in Heap()
809 if (wait_time > long_pause_log_threshold_) { in IncrementDisableThreadFlip()
854 if (wait_time > long_pause_log_threshold_) { in ThreadFlipBegin()
2637 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()
2639 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()
3363 if (wait_time > long_pause_log_threshold_) { in WaitForGcToCompleteLocked()
Dheap.h1155 const size_t long_pause_log_threshold_; variable