Searched refs:WaitForGcToComplete (Results 1 – 5 of 5) sorted by relevance
225 07-30 19:31:08.826 23889-23889/com.example.xinyiwang.refocus I/art﹕ WaitForGcToComplete blocked fo…375 07-30 19:31:35.063 23889-23889/com.example.xinyiwang.refocus I/art﹕ WaitForGcToComplete blocked fo…452 07-30 19:33:33.702 25520-25520/com.example.xinyiwang.refocus I/art﹕ WaitForGcToComplete blocked fo…528 07-30 19:33:43.739 25520-25520/com.example.xinyiwang.refocus I/art﹕ WaitForGcToComplete blocked fo…604 07-30 19:33:53.150 25520-25520/com.example.xinyiwang.refocus I/art﹕ WaitForGcToComplete blocked fo…
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()