Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc.cpp98 if (heap_->IsParallelGCEnabled()) { in Sweep()
Dparallel_evacuator.cpp66 if (heap_->IsParallelGCEnabled()) { in EvacuateSpace()
215 if (heap_->IsParallelGCEnabled()) { in UpdateReference()
Dwork_manager.cpp82 if (postTask && heap_->IsParallelGCEnabled() && heap_->CheckCanDistributeTask() && in PushWorkNodeToGlobal()
Dheap.h278 bool IsParallelGCEnabled() const in IsParallelGCEnabled() function