Searched refs:BackgroundCompileTask (Results 1 – 5 of 5) sorted by relevance
33 class BackgroundCompileTask; variable116 static bool FinalizeBackgroundCompileTask(BackgroundCompileTask* task,506 class V8_EXPORT_PRIVATE BackgroundCompileTask {511 BackgroundCompileTask(ScriptStreamingData* data, Isolate* isolate,513 BackgroundCompileTask(const BackgroundCompileTask&) = delete;514 BackgroundCompileTask& operator=(const BackgroundCompileTask&) = delete;515 ~BackgroundCompileTask();520 BackgroundCompileTask(590 std::unique_ptr<BackgroundCompileTask> task;
1520 BackgroundCompileTask::BackgroundCompileTask(ScriptStreamingData* streamed_data, in BackgroundCompileTask() function in v8::internal::BackgroundCompileTask1541 BackgroundCompileTask::BackgroundCompileTask( in BackgroundCompileTask() function in v8::internal::BackgroundCompileTask1569 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()[all …]
34 class BackgroundCompileTask; variable143 explicit Job(std::unique_ptr<BackgroundCompileTask> task);150 std::unique_ptr<BackgroundCompileTask> task;
60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job()159 Job* job = new Job(std::make_unique<BackgroundCompileTask>( in Enqueue()
2708 std::unique_ptr<i::BackgroundCompileTask> task = in StartStreaming()2709 std::make_unique<i::BackgroundCompileTask>(data, isolate, type); in StartStreaming()