Lines Matching refs:BackgroundCompileTask
1520 BackgroundCompileTask::BackgroundCompileTask(ScriptStreamingData* streamed_data, in BackgroundCompileTask() function in v8::internal::BackgroundCompileTask
1541 BackgroundCompileTask::BackgroundCompileTask( in BackgroundCompileTask() function in v8::internal::BackgroundCompileTask
1569 BackgroundCompileTask::~BackgroundCompileTask() = default;
1602 void BackgroundCompileTask::Run() { in Run()
1613 void BackgroundCompileTask::RunOnMainThread(Isolate* isolate) { in RunOnMainThread()
1619 void BackgroundCompileTask::Run( in Run()
1729 MaybeHandle<SharedFunctionInfo> BackgroundCompileTask::FinalizeScript( in FinalizeScript()
1781 bool BackgroundCompileTask::FinalizeFunction( in FinalizeFunction()
1822 void BackgroundCompileTask::AbortFunction() { in AbortFunction()
1830 void BackgroundCompileTask::ReportStatistics(Isolate* isolate) { in ReportStatistics()
2240 bool Compiler::FinalizeBackgroundCompileTask(BackgroundCompileTask* task, in Compile()
2839 std::make_unique<i::BackgroundCompileTask>(data(), isolate, type); in Compile()
3258 BackgroundCompileTask* task = streaming_data->task.get(); in Compile()