Searched defs:threadCount (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | compilerImpl.h | 41 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl()
|
D | compileQueue.h | 96 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue() 111 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue()
|
/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 | 52 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 | 37 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()
|