Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp374 …panda::PandArg<int> opFunctionThreadCount("function-threads", 0, "Number of worker threads to comp… in Parse() local
463 argparser_->Add(&opFunctionThreadCount); in Parse()
640 functionThreadCount_ = opFunctionThreadCount.GetValue(); in Parse()