Searched refs:CompileFileQueue (Results 1 – 3 of 3) sorted by relevance
109 class CompileFileQueue : public util::WorkerQueue {111 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() function117 NO_COPY_SEMANTIC(CompileFileQueue);118 NO_MOVE_SEMANTIC(CompileFileQueue);119 ~CompileFileQueue() override = default;
138 void CompileFileQueue::Schedule() in Schedule()
170 …auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, symbolTa… in CompileFiles()