Lines Matching refs:BackgroundCompileTask
1520 BackgroundCompileTask::BackgroundCompileTask(ScriptStreamingData* streamed_data,
1541 BackgroundCompileTask::BackgroundCompileTask(
1569 BackgroundCompileTask::~BackgroundCompileTask() = default;
1602 void BackgroundCompileTask::Run() {
1613 void BackgroundCompileTask::RunOnMainThread(Isolate* isolate) {
1619 void BackgroundCompileTask::Run(
1624 "BackgroundCompileTask::Run");
1729 MaybeHandle<SharedFunctionInfo> BackgroundCompileTask::FinalizeScript(
1781 bool BackgroundCompileTask::FinalizeFunction(
1822 void BackgroundCompileTask::AbortFunction() {
1830 void BackgroundCompileTask::ReportStatistics(Isolate* isolate) {
2240 bool Compiler::FinalizeBackgroundCompileTask(BackgroundCompileTask* task,
2757 // actual streaming compile is counted by BackgroundCompileTask into
2839 std::make_unique<i::BackgroundCompileTask>(data(), isolate, type);
2955 // The BackgroundCompileTask's IsCompiledScope will keep the result alive
3258 BackgroundCompileTask* task = streaming_data->task.get();