Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_settings.h159 void SetParallelCompactingEnabled(bool value);
Dgc_settings.cpp242 void GCSettings::SetParallelCompactingEnabled(bool value) in SetParallelCompactingEnabled() function in ark::mem::GCSettings
Dgc.cpp513 gcSettings_.SetParallelCompactingEnabled(false); in DisableWorkerThreads()
522 gcSettings_.SetParallelCompactingEnabled(options.IsGcParallelCompactingEnabled() && in EnableWorkerThreads()