Searched refs:JobMap (Results 1 – 2 of 2) sorted by relevance
126 typedef std::map<JobId, std::unique_ptr<CompilerDispatcherJob>> JobMap; typedef136 JobMap::const_iterator GetJobFor(Handle<SharedFunctionInfo> shared) const;147 JobMap::const_iterator RemoveIfFinished(JobMap::const_iterator job);149 JobMap::const_iterator InsertJob(std::unique_ptr<CompilerDispatcherJob> job);151 JobMap::const_iterator RemoveJob(JobMap::const_iterator job);169 JobMap jobs_;
232 JobMap::const_iterator it = InsertJob(std::move(job)); in Enqueue()241 JobMap::const_iterator it = InsertJob(std::move(job)); in EnqueueAndStep()335 JobMap::const_iterator job = GetJobFor(function); in FinishNow()467 CompilerDispatcher::JobMap::const_iterator CompilerDispatcher::GetJobFor( in GetJobFor()470 JobMap::const_iterator job = jobs_.end(); in GetJobFor()656 CompilerDispatcher::JobMap::const_iterator CompilerDispatcher::RemoveIfFinished( in RemoveIfFinished()657 JobMap::const_iterator job) { in RemoveIfFinished()673 CompilerDispatcher::JobMap::const_iterator CompilerDispatcher::InsertJob( in InsertJob()676 JobMap::const_iterator it; in InsertJob()697 CompilerDispatcher::JobMap::const_iterator CompilerDispatcher::RemoveJob( in RemoveJob()[all …]