Home
last modified time | relevance | path

Searched refs:CompileFileQueue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h173 class CompileFileQueue : public util::WorkerQueue {
175 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() function
183 NO_COPY_SEMANTIC(CompileFileQueue);
184 NO_MOVE_SEMANTIC(CompileFileQueue);
185 ~CompileFileQueue() override = default;
DcompileQueue.cpp260 void CompileFileQueue::Schedule() in Schedule()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp246 auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, in CompileFiles()