Searched defs:addJob (Results 1 – 3 of 3) sorted by relevance
171 void addJob(std::unique_ptr<Command> J) { Jobs.push_back(std::move(J)); } in addJob() function
297 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