Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dast_dumper_test.cpp62 panda::es2panda::Compiler compiler(options->Extension(), options->ThreadCount()); in GetProgram()
Dunion_normalization_test.cpp95 Compiler compiler(options->Extension(), options->ThreadCount()); in InitializeChecker()
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h133 int ThreadCount() const in ThreadCount() function
/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp140 …es2panda::Compiler compiler(options->Extension(), options->ThreadCount(), std::move(pluginsOpt.val… in Run()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp439 res->queue = new compiler::CompileQueue(cfg->options->ThreadCount()); in CreateContext()