Home
last modified time | relevance | path

Searched defs:fileThreads (Results 1 – 8 of 8) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotfix_mode.test.ts38 const fileThreads: number = cpus(); constant
Dmodule_mode.test.ts105 const fileThreads: number = cpus(); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotfix_mode.ts48 const fileThreads = getEs2abcFileThreadNumber(); constant
Dmodule_mode.ts533 const fileThreads = getEs2abcFileThreadNumber(); constant
/developtools/ace_ets2bundle/compiler/src/
Dgen_merged_abc.ts113 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16; constant
Dgen_abc_plugin.ts1214 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts212 const fileThreads: number = os.cpus().length < 16 ? os.cpus().length : 16; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts198 const fileThreads: number = getEs2abcFileThreadNumber(); constant