Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h31 kGcCauseBackground, enumerator
Dgc_cause.cc29 case kGcCauseBackground: return "Background"; in PrettyCause()
Dheap.cc2192 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
3434 if (WaitForGcToComplete(kGcCauseBackground, self) == collector::kGcTypeNone) { in ConcurrentGC()
3442 if (CollectGarbageInternal(next_gc_type, kGcCauseBackground, false) == in ConcurrentGC()
3447 CollectGarbageInternal(gc_type, kGcCauseBackground, false) != in ConcurrentGC()
/art/runtime/gc/collector/
Dgarbage_collector.cc42 Reset(kGcCauseBackground, false); // Reset to some place holder values. in Iteration()
/art/runtime/
Druntime.cc248 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()