Searched defs:threadCount (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compilerImpl.h | 40 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl() argument
|
| H A D | compileQueue.h | 162 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue() argument 177 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() argument 201 explicit CompileAbcClassQueue(size_t threadCount, in CompileAbcClassQueue() argument 229 explicit PostAnalysisOptimizeFileQueue(size_t threadCount, in PostAnalysisOptimizeFileQueue() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | compileQueue.cpp | 26 CompileQueue::CompileQueue(size_t threadCount) in CompileQueue() argument
|
| H A D | compilerImpl.h | 51 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | workerQueue.cpp | 36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue() argument
|
| /arkcompiler/ets_frontend/ets2panda/ |
| H A D | es2panda.cpp | 61 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() argument 63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler() argument
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 41 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() argument
|
Completed in 4 milliseconds