Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc148 static constexpr bool kLogAllGCs = false; variable
2705 bool log_gc = kLogAllGCs || (gc_cause == kGcCauseExplicit && always_log_explicit_gcs_); in LogGC()