Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/java_api/Refocus/dataExtraction/
H A DN5.txt225 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…
/aosp12/art/runtime/gc/
H A Dheap.cc1832 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()
3449 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap
3763 WaitForGcToComplete(cause, self); in ConcurrentGC()
3996 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) == collector::kGcTypeNone) { in CheckGCForNative()
H A Dheap.h466 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
/aosp12/art/runtime/
H A Dthread_list.cc109 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current()); in ShutDown()
H A Druntime.cc440 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()