Home
last modified time | relevance | path

Searched refs:GetForegroundTaskRunner (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/heap/cppgc/
H A 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()
H A Dheap.cc88 platform_->GetForegroundTaskRunner()); in Heap()
90 platform_->GetForegroundTaskRunner()); in Heap()
H A Dmarker.cc156 foreground_task_runner_(platform_->GetForegroundTaskRunner()), in MarkerBase()
/third_party/node/deps/v8/src/d8/
H A Dd8-platforms.cc43 std::shared_ptr<TaskRunner> GetForegroundTaskRunner(
45 return platform_->GetForegroundTaskRunner(isolate);
61 // In this context here it is okay to call {GetForegroundTaskRunner} from a
65 GetForegroundTaskRunner(kProcessGlobalPredictablePlatformWorkerTaskQueue)
148 std::shared_ptr<TaskRunner> GetForegroundTaskRunner(
151 platform_->GetForegroundTaskRunner(isolate);
/third_party/node/deps/v8/include/cppgc/
H A Ddefault-platform.h18 * libplatform internally. Exception: `GetForegroundTaskRunner()`, see below.
40 std::shared_ptr<cppgc::TaskRunner> GetForegroundTaskRunner() override {
44 return v8_platform_->GetForegroundTaskRunner(kNoIsolate);
H A Dplatform.h53 virtual std::shared_ptr<TaskRunner> GetForegroundTaskRunner() { in GetForegroundTaskRunner() function in cppgc::Platform
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Ddefault-platform.h18 * libplatform internally. Exception: `GetForegroundTaskRunner()`, see below.
40 std::shared_ptr<cppgc::TaskRunner> GetForegroundTaskRunner() override {
44 return v8_platform_->GetForegroundTaskRunner(kNoIsolate);
H A Dplatform.h54 virtual std::shared_ptr<TaskRunner> GetForegroundTaskRunner() { in GetForegroundTaskRunner() function in cppgc::Platform
/third_party/node/test/cctest/
H A Dtest_platform.cc27 platform_->GetForegroundTaskRunner(isolate_);
49 platform->GetForegroundTaskRunner(isolate_); in TEST_F()
/third_party/node/src/
H A Dnode_platform.h61 std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner() override;
170 std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
H A 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/heap/
H A Dscavenge-job.cc45 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTaskIfNeeded()
H A Dcollection-barrier.cc118 ->GetForegroundTaskRunner(reinterpret_cast<v8::Isolate*>(isolate)) in ActivateStackGuardAndPostTask()
H A Dincremental-marking-job.cc58 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTask()
H A Dmemory-measurement.cc236 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleReportingTask()
276 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleGCTask()
H A Dmemory-reducer.cc26 taskrunner_(V8::GetCurrentPlatform()->GetForegroundTaskRunner( in MemoryReducer()
H A Dsafepoint.cc118 ->GetForegroundTaskRunner(reinterpret_cast<v8::Isolate*>(isolate())) in InitiateGlobalSafepointScopeRaw()
/third_party/node/deps/v8/src/logging/
H A Dmetrics.cc37 foreground_task_runner_ = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in SetEmbedderRecorder()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.h58 std::shared_ptr<TaskRunner> GetForegroundTaskRunner(
H A 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/
H A Dcpp-heap.cc176 std::shared_ptr<TaskRunner> GetForegroundTaskRunner() final {
182 return platform_->GetForegroundTaskRunner(isolate_);
842 heap_.platform()->GetForegroundTaskRunner()->PostDelayedTask(
869 platform()->GetForegroundTaskRunner()->PostDelayedTask( in CollectCustomSpaceStatisticsAtLastGC()
/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc165 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in GC()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h1009 virtual std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
/third_party/node/deps/v8/include/
H A Dv8-platform.h943 virtual std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc73 taskrunner_(platform->GetForegroundTaskRunner( in LazyCompileDispatcher()

Completed in 17 milliseconds

12