Home
last modified time | relevance | path

Searched defs:WaitForGCFinish (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp208 void BaseRuntime::WaitForGCFinish() { Heap::GetHeap().WaitForGCFinish(); } in WaitForGCFinish() function in common::BaseRuntime
/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_resources.cpp240 void CollectorResources::WaitForGCFinish() in WaitForGCFinish() function in common::CollectorResources
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp75 void WaitForGCFinish() override { return collectorResources_.WaitForGCFinish(); } in WaitForGCFinish() function in common::HeapImpl