Searched defs:addJob (Results 1 – 2 of 2) sorted by relevance
171 void addJob(std::unique_ptr<Command> J) { Jobs.push_back(std::move(J)); } in addJob() function
926 private void addJob (final Job job) in addJob() method in InstrProcessorST