Home
last modified time | relevance | path

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

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