Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 4 of 4) 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/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()