Lines Matching defs:job
25 bool DoNextStepOnMainThread(Isolate* isolate, CompilerDispatcherJob* job, in DoNextStepOnMainThread()
55 void DoNextStepOnBackgroundThread(CompilerDispatcherJob* job) { in DoNextStepOnBackgroundThread()
230 std::unique_ptr<CompilerDispatcherJob> job) { in Enqueue()
239 std::unique_ptr<CompilerDispatcherJob> job) { in EnqueueAndStep()
267 std::unique_ptr<CompilerDispatcherJob> job(new UnoptimizedCompileJob( in Enqueue() local
285 std::unique_ptr<CompilerDispatcherJob> job(new UnoptimizedCompileJob( in EnqueueAndStep() local
299 CompilerDispatcherJob* job) { in WaitForJobIfRunningOnBackground()
319 bool CompilerDispatcher::FinishNow(CompilerDispatcherJob* job) { in FinishNow()
335 JobMap::const_iterator job = GetJobFor(function); in FinishNow() local
345 CompilerDispatcherJob* job = it->second.get(); in FinishAllNow() local
414 auto job = it; in AbortInactiveJobs() local
470 JobMap::const_iterator job = jobs_.end(); in GetJobFor() local
503 CompilerDispatcherJob* job) { in ConsiderJobForBackgroundProcessing()
529 CompilerDispatcherJob* job = nullptr; in DoBackgroundWork() local
609 for (auto job = jobs_.cbegin(); in DoIdleWork() local
657 JobMap::const_iterator job) { in RemoveIfFinished()
674 std::unique_ptr<CompilerDispatcherJob> job) { in InsertJob()
699 CompilerDispatcherJob* job = it->second.get(); in RemoveJob() local