Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h33 kGcCauseBackground, enumerator
Dgc_cause.cc33 case kGcCauseBackground: return "Background"; in PrettyCause()
/art/runtime/gc/collector/
Dgarbage_collector.cc47 Reset(kGcCauseBackground, false); // Reset to some place holder values. in Iteration()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc346 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), gc::kGcCauseBackground, true); in VMRuntime_concurrentGC()
355 gc::kGcCauseBackground, in VMRuntime_requestConcurrentGC()
/art/runtime/
Dthread_list.cc109 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current()); in ShutDown()
Druntime.cc429 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()