Home
last modified time | relevance | path

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

/art/runtime/
Dstartup_completed_task.cc126 runtime->GetHeap()->WaitForGcToComplete(gc::kGcCauseDeletingDexCacheArrays, self); in DeleteStartupDexCaches()
Druntime.cc431 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()
/art/test/common/
Druntime_state.cc594 heap->WaitForGcToComplete(gc::kGcCauseJitCodeCache, Thread::Current()); in Java_Main_getCurrentGcNum()
/art/runtime/gc/
Dheap.cc1972 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()
3651 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap
3999 WaitForGcToComplete(cause, self); in ConcurrentGC()
4236 || WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) { in CheckGCForNative()
Dheap.h488 EXPORT collector::GcType WaitForGcToComplete(GcCause cause, Thread* self)
/art/runtime/jit/
Djit_code_cache.cc1448 Runtime::Current()->GetHeap()->WaitForGcToComplete(gc::kGcCauseProfileSaver, self); in GetProfiledMethods()