Searched refs:WaitForGcToComplete (Results 1 – 4 of 4) sorted by relevance
1832 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()3449 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap3763 WaitForGcToComplete(cause, self); in ConcurrentGC()3996 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) == collector::kGcTypeNone) { in CheckGCForNative()
466 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
109 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current()); in ShutDown()
440 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()