Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_marker.cpp42 void SharedConcurrentMarker::Mark(TriggerGCType gcType, GCReason gcReason) in Mark()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp93 void SharedHeap::ForceCollectGarbageWithoutDaemonThread(TriggerGCType gcType, GCReason gcReason, JS… in ForceCollectGarbageWithoutDaemonThread()
184 void SharedHeap::StartConcurrentMarking(TriggerGCType gcType, GCReason gcReason) in StartConcurrentMarking()
372 …Heap::DaemonCollectGarbage([[maybe_unused]]TriggerGCType gcType, [[maybe_unused]]GCReason gcReason) in DaemonCollectGarbage()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp544 PostForkGCTask(GCTaskCause gcReason, uint64_t gcTargetTime) : GCTask(gcReason, gcTargetTime) {} in PostForkGCTask()