Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotfix_mode.ts46 const fileThreads = getEs2abcFileThreadNumber(); constant
53 this.cmdArgs.push(`"${fileThreads}"`);
Dmodule_mode.ts328 const fileThreads = getEs2abcFileThreadNumber(); constant
335 this.cmdArgs.push(`"${fileThreads}"`);
/developtools/ace_ets2bundle/compiler/src/
Dgen_merged_abc.ts113 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16; constant
116 …le-entry-list "${npmEntriesInfoPath}" --output "${outputABCPath}" --file-threads "${fileThreads}"`;
Dgen_abc_plugin.ts1207 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16; constant
1209 `${initAbcEnv().join(' ')} "@${filesInfoPath}" --file-threads "${fileThreads}"`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts154 const fileThreads : number = os.cpus().length < 16 ? os.cpus().length : 16; constant
155 return fileThreads;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts167 const fileThreads: number = getEs2abcFileThreadNumber(); constant
171 `"${fileThreads}"`
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js577 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16;
579 `${initAbcEnv().join(' ')} "@${filesInfoPath}" --file-threads "${fileThreads}"`;