Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h33 kGcCauseExplicit, enumerator
Dgc_cause.cc30 case kGcCauseExplicit: return "Explicit"; in PrettyCause()
Dheap.cc1805 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references); in CollectGarbage()
2488 bool log_gc = gc_cause == kGcCauseExplicit; in LogGC()
/art/runtime/gc/collector/
Dsemi_space.cc183 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit || in MarkingPhase()
Dconcurrent_copying.cc139 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit || in InitializePhase()