Searched refs:CompileFileQueue (Results 1 – 3 of 3) sorted by relevance
174 class CompileFileQueue : public util::WorkerQueue {176 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() function184 NO_COPY_SEMANTIC(CompileFileQueue);185 NO_MOVE_SEMANTIC(CompileFileQueue);186 ~CompileFileQueue() override = default;
280 void CompileFileQueue::Schedule() in Schedule()
249 auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, in CompileFiles()