Home
last modified time | relevance | path

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

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