Home
last modified time | relevance | path

Searched refs:PostNonNestableTask (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dscavenge-job.cc47 taskrunner->PostNonNestableTask( in ScheduleTaskIfNeeded()
H A Dincremental-marking-job.cc69 taskrunner->PostNonNestableTask(std::move(task)); in ScheduleTask()
H A Dheap.cc6849 taskrunner->PostNonNestableTask(std::move(task)); in PostFinalizationRegistryCleanupTaskIfNeeded()
/third_party/node/deps/v8/src/d8/
H A Dd8-platforms.cc217 void PostNonNestableTask(std::unique_ptr<Task> task) final {
218 task_runner_->PostNonNestableTask(
H A Dd8.cc4170 task_runner_->PostNonNestableTask(std::move(task)); in PostMessage()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-foreground-task-runner.h54 void PostNonNestableTask(std::unique_ptr<Task> task) override;
64 // The same as PostTask or PostNonNestableTask, but the lock is already held
H A Ddefault-foreground-task-runner.cc89 void DefaultForegroundTaskRunner::PostNonNestableTask( in PostNonNestableTask() function in v8::platform::DefaultForegroundTaskRunner
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-invoker.cc42 runner->PostNonNestableTask(std::move(task)); in Post()
H A Dmarker.cc132 runner->PostNonNestableTask(std::move(task)); in Post()
/third_party/node/src/
H A Dnode_platform.h71 void PostNonNestableTask(std::unique_ptr<v8::Task> task) override;
H A Dnode_platform.cc277 void PerIsolatePlatformData::PostNonNestableTask(std::unique_ptr<Task> task) { in PostNonNestableTask() function in node::PerIsolatePlatformData
/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc167 task_runner->PostNonNestableTask( in GC()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h87 * |PostNonNestableTask| or |PostNonNestableDelayedTask|. This is because the
96 virtual void PostNonNestableTask(std::unique_ptr<Task> task) {} in PostNonNestableTask() function in v8::TaskRunner
113 * |PostNonNestableTask| or |PostNonNestableDelayedTask|. This is because the
/third_party/node/deps/v8/include/
H A Dv8-platform.h84 * |PostNonNestableTask| or |PostNonNestableDelayedTask|. This is because the
93 virtual void PostNonNestableTask(std::unique_ptr<Task> task) {} in PostNonNestableTask() function in v8::TaskRunner
110 * |PostNonNestableTask| or |PostNonNestableDelayedTask|. This is because the
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc222 ->PostNonNestableTask(std::make_unique<GCTask>(m_isolate, m_async_gc)); in collectGarbage()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc190 node->task_runner_->PostNonNestableTask(std::move(task)); in NotifyAsyncWaiter()

Completed in 32 milliseconds