Searched refs:kGcCauseBackground (Results 1 – 6 of 6) sorted by relevance
33 kGcCauseBackground, enumerator
33 case kGcCauseBackground: return "Background"; in PrettyCause()
47 Reset(kGcCauseBackground, false); // Reset to some place holder values. in Iteration()
346 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), gc::kGcCauseBackground, true); in VMRuntime_concurrentGC()355 gc::kGcCauseBackground, in VMRuntime_requestConcurrentGC()
109 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current()); in ShutDown()
429 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()