Searched defs:threadCount (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerImpl.h | 40 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl()
|
| D | compileQueue.h | 168 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue() 183 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() 207 explicit CompileAbcClassQueue(size_t threadCount, in CompileAbcClassQueue() 235 explicit PostAnalysisOptimizeFileQueue(size_t threadCount, in PostAnalysisOptimizeFileQueue()
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 61 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() 63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.h | 51 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl()
|
| D | compileQueue.cpp | 26 CompileQueue::CompileQueue(size_t threadCount) in CompileQueue()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | workerQueue.cpp | 36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 36 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()
|