Home
last modified time | relevance | path

Searched refs:IsParallelGCEnabled (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc.cpp110 if (heap_->IsParallelGCEnabled()) { in Sweep()
Dwork_manager.cpp80 if (postTask && heap_->IsParallelGCEnabled() && heap_->CheckCanDistributeTask() && in PushWorkNodeToGlobal()
Dparallel_evacuator.cpp87 if (heap_->IsParallelGCEnabled()) { in EvacuateSpace()
249 if (heap_->IsParallelGCEnabled()) { in UpdateReference()
Dheap.h355 bool IsParallelGCEnabled() const in IsParallelGCEnabled() function