Home
last modified time | relevance | path

Searched refs:GetForegroundTaskRunner (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/heap/cppgc/
Dgc-invoker.cc97 } else if (platform_->GetForegroundTaskRunner() && in CollectGarbage()
98 platform_->GetForegroundTaskRunner()->NonNestableTasksEnabled()) { in CollectGarbage()
106 collector_, platform_->GetForegroundTaskRunner().get(), config); in CollectGarbage()
116 (!platform_->GetForegroundTaskRunner() || in StartIncrementalGarbageCollection()
117 !platform_->GetForegroundTaskRunner()->NonNestableTasksEnabled())) { in StartIncrementalGarbageCollection()
Dheap.cc88 platform_->GetForegroundTaskRunner()); in Heap()
90 platform_->GetForegroundTaskRunner()); in Heap()
Dmarker.cc156 foreground_task_runner_(platform_->GetForegroundTaskRunner()), in MarkerBase()
Dsweeper.cc988 auto runner = platform_->GetForegroundTaskRunner(); in ScheduleIncrementalSweeping()
/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc43 std::shared_ptr<TaskRunner> GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::PredictablePlatform
45 return platform_->GetForegroundTaskRunner(isolate); in GetForegroundTaskRunner()
65 GetForegroundTaskRunner(kProcessGlobalPredictablePlatformWorkerTaskQueue) in CallOnWorkerThread()
148 std::shared_ptr<TaskRunner> GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::DelayedTasksPlatform
151 platform_->GetForegroundTaskRunner(isolate); in GetForegroundTaskRunner()
/third_party/node/deps/v8/include/cppgc/
Ddefault-platform.h40 std::shared_ptr<cppgc::TaskRunner> GetForegroundTaskRunner() override { in GetForegroundTaskRunner() function
44 return v8_platform_->GetForegroundTaskRunner(kNoIsolate); in GetForegroundTaskRunner()
Dplatform.h53 virtual std::shared_ptr<TaskRunner> GetForegroundTaskRunner() { in GetForegroundTaskRunner() function
/third_party/node/test/cctest/
Dtest_platform.cc27 platform_->GetForegroundTaskRunner(isolate_); in Run()
49 platform->GetForegroundTaskRunner(isolate_); in TEST_F()
/third_party/node/src/
Dnode_platform.h61 std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner() override;
170 std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
Dnode_platform.cc239 PerIsolatePlatformData::GetForegroundTaskRunner() { in GetForegroundTaskRunner() function in node::PerIsolatePlatformData
542 NodePlatform::GetForegroundTaskRunner(Isolate* isolate) { in GetForegroundTaskRunner() function in node::NodePlatform
543 return ForIsolate(isolate)->GetForegroundTaskRunner(); in GetForegroundTaskRunner()
/third_party/node/deps/v8/src/logging/
Dmetrics.cc37 foreground_task_runner_ = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in SetEmbedderRecorder()
/third_party/node/deps/v8/src/heap/
Dscavenge-job.cc45 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTaskIfNeeded()
Dcollection-barrier.cc118 ->GetForegroundTaskRunner(reinterpret_cast<v8::Isolate*>(isolate)) in ActivateStackGuardAndPostTask()
Dincremental-marking-job.cc58 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTask()
Dmemory-measurement.cc236 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleReportingTask()
276 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleGCTask()
Dmemory-reducer.cc26 taskrunner_(V8::GetCurrentPlatform()->GetForegroundTaskRunner( in MemoryReducer()
Dsafepoint.cc118 ->GetForegroundTaskRunner(reinterpret_cast<v8::Isolate*>(isolate())) in InitiateGlobalSafepointScopeRaw()
Dsweeper.cc584 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleIncrementalSweepingTask()
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.h58 std::shared_ptr<TaskRunner> GetForegroundTaskRunner( in NON_EXPORTED_BASE()
Ddefault-platform.cc190 std::shared_ptr<TaskRunner> DefaultPlatform::GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::platform::DefaultPlatform
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc176 std::shared_ptr<TaskRunner> GetForegroundTaskRunner() final { in GetForegroundTaskRunner() function in v8::internal::__anon7ea5795c0211::CppgcPlatformAdapter
182 return platform_->GetForegroundTaskRunner(isolate_); in GetForegroundTaskRunner()
842 heap_.platform()->GetForegroundTaskRunner()->PostDelayedTask( in Run()
869 platform()->GetForegroundTaskRunner()->PostDelayedTask( in CollectCustomSpaceStatisticsAtLastGC()
/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc165 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in GC()
/third_party/node/deps/v8/include/
Dv8-platform.h943 virtual std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc73 taskrunner_(platform->GetForegroundTaskRunner( in LazyCompileDispatcher()
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc221 ->GetForegroundTaskRunner(m_isolate) in collectGarbage()

12