Searched refs:CompileFileQueue (Results 1 – 3 of 3) sorted by relevance
173 class CompileFileQueue : public util::WorkerQueue {175 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() function183 NO_COPY_SEMANTIC(CompileFileQueue);184 NO_MOVE_SEMANTIC(CompileFileQueue);185 ~CompileFileQueue() override = default;
260 void CompileFileQueue::Schedule() in Schedule()
246 auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, in CompileFiles()