Lines Matching defs:job
120 // Dispose a job without finalization.
121 static void DisposeTurbofanCompilationJob(TurbofanCompilationJob* job,
124 // Finalize and install Turbofan code from a previously run job.
125 static bool FinalizeTurbofanCompilationJob(TurbofanCompilationJob* job,
128 // Finalize and install Maglev code from a previously run job.
129 static bool FinalizeMaglevCompilationJob(maglev::MaglevCompilationJob* job,
242 // thread. The current state of the job can be checked using {state()}.
288 // The job is split into two phases which are called in sequence on
303 // Executes the compile job. Can be called on a background thread.
306 // Finalizes the compile job. Must be called on the main thread.
310 // Finalizes the compile job. Can be called on a background thread, and might
358 // The job is split into three phases which are called in sequence on
370 // Prepare the compile job. Must be called on the main thread.
373 // Executes the compile job. Can be called on a background thread.
377 // Finalizes the compile job. Must be called on the main thread.
470 std::unique_ptr<UnoptimizedCompilationJob> job) {
475 std::unique_ptr<UnoptimizedCompilationJob> job);
481 UnoptimizedCompilationJob* job() const { return job_.get(); }