Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.h41 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl()
DcompileQueue.h96 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue()
111 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue()
/arkcompiler/ets_frontend/ets2panda/
Des2panda.cpp61 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/
DcompilerImpl.h52 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl()
DcompileQueue.cpp26 CompileQueue::CompileQueue(size_t threadCount) in CompileQueue()
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.cpp36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp37 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()