Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h35 CONCURRENT_MARK = 1 << 3, // default enable enumerator
364 …return ArkProperties::PARALLEL_GC | ArkProperties::CONCURRENT_MARK | ArkProperties::CONCURRENT_SWE… in GetDefaultProperties()
395 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::CONCURRENT_MARK) != 0; in EnableConcurrentMark()