Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dast_dumper_test.cpp135 ark::es2panda::Compiler compiler(options->Extension(), options->ThreadCount()); in GetProgram()
Drest_parameter_flag_test.cpp89 es2panda::Compiler compiler(options->Extension(), options->ThreadCount()); in GetProgram()
Dunion_normalization_test.cpp112 Compiler compiler(options->Extension(), options->ThreadCount()); in InitializeChecker()
/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp143 …es2panda::Compiler compiler(options->Extension(), options->ThreadCount(), std::move(pluginsOpt.val… in Run()
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h254 int ThreadCount() const in ThreadCount() function
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp430 res->queue = new compiler::CompileQueue(cfg->options->ThreadCount()); in CreateContext()