Home
last modified time | relevance | path

Searched refs:ForceCollectGarbageWithoutDaemonThread (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h814 …void ForceCollectGarbageWithoutDaemonThread(TriggerGCType gcType, GCReason gcReason, JSThread *thr…
Dheap-inl.h1016 ForceCollectGarbageWithoutDaemonThread(gcType, gcReason, thread); in CollectGarbage()
Dheap.cpp93 void SharedHeap::ForceCollectGarbageWithoutDaemonThread(TriggerGCType gcType, GCReason gcReason, JS… in ForceCollectGarbageWithoutDaemonThread() function in panda::ecmascript::SharedHeap