Home
last modified time | relevance | path

Searched refs:CONCURRENT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.h159 template <bool CONCURRENT>
H A Dgen-gc.cpp586 template <bool CONCURRENT>
608 if constexpr (CONCURRENT) { in Sweep()
613 if constexpr (CONCURRENT && LanguageConfig::MT_MODE != MT_MODE_SINGLE) { in Sweep()
643 if constexpr (CONCURRENT) { in Sweep()
/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp38 func->AddFlag(ir::ScriptFunctionFlags::CONCURRENT); in SetConcurrent()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h213 return (flags_ & ir::ScriptFunctionFlags::CONCURRENT) != 0; in IsConcurrent()
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNode.h93 CONCURRENT = 1 << 7, member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ScriptFunctionFlags

Completed in 4 milliseconds