Home
last modified time | relevance | path

Searched refs:BackgroundCompileTask (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h33 class BackgroundCompileTask;
116 static bool FinalizeBackgroundCompileTask(BackgroundCompileTask* task,
506 class V8_EXPORT_PRIVATE BackgroundCompileTask { class
511 BackgroundCompileTask(ScriptStreamingData* data, Isolate* isolate,
513 BackgroundCompileTask(const BackgroundCompileTask&) = delete;
514 BackgroundCompileTask& operator=(const BackgroundCompileTask&) = delete;
515 ~BackgroundCompileTask();
520 BackgroundCompileTask(
[all...]
H A Dcompiler.cc1520 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()
1624 "BackgroundCompileTask in Run()
[all...]
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.h34 class BackgroundCompileTask;
143 explicit Job(std::unique_ptr<BackgroundCompileTask> task);
150 std::unique_ptr<BackgroundCompileTask> task;
H A Dlazy-compile-dispatcher.cc60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job()
159 Job* job = new Job(std::make_unique<BackgroundCompileTask>( in Enqueue()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2708 std::unique_ptr<i::BackgroundCompileTask> task = in StartStreaming()
2709 std::make_unique<i::BackgroundCompileTask>(data, isolate, type); in StartStreaming()

Completed in 27 milliseconds