Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h409 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc1587 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self); in AllocateInternalWithGc()
3345 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap
3613 if (WaitForGcToComplete(cause, self) == collector::kGcTypeNone) { in ConcurrentGC()
/art/runtime/
Dthread_list.cc110 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current()); in ShutDown()
Druntime.cc371 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()