Home | History | Annotate | Download | only in compiler-dispatcher

Lines Matching refs:CompilerDispatcherJob

25 bool DoNextStepOnMainThread(Isolate* isolate, CompilerDispatcherJob* job,
31 case CompilerDispatcherJob::Status::kInitial:
34 case CompilerDispatcherJob::Status::kPrepared:
37 case CompilerDispatcherJob::Status::kCompiled:
40 case CompilerDispatcherJob::Status::kHasErrorsToReport:
43 case CompilerDispatcherJob::Status::kFailed:
44 case CompilerDispatcherJob::Status::kDone:
55 void DoNextStepOnBackgroundThread(CompilerDispatcherJob* job) {
60 case CompilerDispatcherJob::Status::kPrepared:
230 std::unique_ptr<CompilerDispatcherJob> job) {
239 std::unique_ptr<CompilerDispatcherJob> job) {
267 std::unique_ptr<CompilerDispatcherJob> job(new UnoptimizedCompileJob(
285 std::unique_ptr<CompilerDispatcherJob> job(new UnoptimizedCompileJob(
299 CompilerDispatcherJob* job) {
319 bool CompilerDispatcher::FinishNow(CompilerDispatcherJob* job) {
345 CompilerDispatcherJob* job = it->second.get();
503 CompilerDispatcherJob* job) {
529 CompilerDispatcherJob* job = nullptr;
674 std::unique_ptr<CompilerDispatcherJob> job) {
682 CompilerDispatcherJob* inserted_job = it->second.get();
686 CompilerDispatcherJob::Type::kUnoptimizedCompile) {
699 CompilerDispatcherJob* job = it->second.get();
703 if (job->type() == CompilerDispatcherJob::Type::kUnoptimizedCompile) {