Searched refs:WaitForGcToComplete (Results 1 – 6 of 6) sorted by relevance
126 runtime->GetHeap()->WaitForGcToComplete(gc::kGcCauseDeletingDexCacheArrays, self); in DeleteStartupDexCaches()
431 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()
594 heap->WaitForGcToComplete(gc::kGcCauseJitCodeCache, Thread::Current()); in Java_Main_getCurrentGcNum()
1972 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()3651 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap3999 WaitForGcToComplete(cause, self); in ConcurrentGC()4236 || WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) { in CheckGCForNative()
488 EXPORT collector::GcType WaitForGcToComplete(GcCause cause, Thread* self)
1448 Runtime::Current()->GetHeap()->WaitForGcToComplete(gc::kGcCauseProfileSaver, self); in GetProfiledMethods()