Searched refs:log_gc (Results 1 – 1 of 1) sorted by relevance
2918 bool log_gc = kLogAllGCs || (gc_cause == kGcCauseExplicit && always_log_explicit_gcs_); in LogGC() local2919 if (!log_gc && CareAboutPauseTimes()) { in LogGC()2921 log_gc = duration > long_gc_log_threshold_ || in LogGC()2924 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()2933 log_gc = true; in LogGC()2937 if (log_gc) { in LogGC()