| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | gc-invoker.cc | 97 } 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()
|
| D | heap.cc | 88 platform_->GetForegroundTaskRunner()); in Heap() 90 platform_->GetForegroundTaskRunner()); in Heap()
|
| D | marker.cc | 156 foreground_task_runner_(platform_->GetForegroundTaskRunner()), in MarkerBase()
|
| D | sweeper.cc | 988 auto runner = platform_->GetForegroundTaskRunner(); in ScheduleIncrementalSweeping()
|
| /third_party/node/deps/v8/src/d8/ |
| D | d8-platforms.cc | 43 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/ |
| D | default-platform.h | 40 std::shared_ptr<cppgc::TaskRunner> GetForegroundTaskRunner() override { in GetForegroundTaskRunner() function 44 return v8_platform_->GetForegroundTaskRunner(kNoIsolate); in GetForegroundTaskRunner()
|
| D | platform.h | 53 virtual std::shared_ptr<TaskRunner> GetForegroundTaskRunner() { in GetForegroundTaskRunner() function
|
| /third_party/node/test/cctest/ |
| D | test_platform.cc | 27 platform_->GetForegroundTaskRunner(isolate_); in Run() 49 platform->GetForegroundTaskRunner(isolate_); in TEST_F()
|
| /third_party/node/src/ |
| D | node_platform.h | 61 std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner() override; 170 std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
|
| D | node_platform.cc | 239 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/ |
| D | metrics.cc | 37 foreground_task_runner_ = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in SetEmbedderRecorder()
|
| /third_party/node/deps/v8/src/heap/ |
| D | scavenge-job.cc | 45 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTaskIfNeeded()
|
| D | collection-barrier.cc | 118 ->GetForegroundTaskRunner(reinterpret_cast<v8::Isolate*>(isolate)) in ActivateStackGuardAndPostTask()
|
| D | incremental-marking-job.cc | 58 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTask()
|
| D | memory-measurement.cc | 236 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleReportingTask() 276 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleGCTask()
|
| D | memory-reducer.cc | 26 taskrunner_(V8::GetCurrentPlatform()->GetForegroundTaskRunner( in MemoryReducer()
|
| D | safepoint.cc | 118 ->GetForegroundTaskRunner(reinterpret_cast<v8::Isolate*>(isolate())) in InitiateGlobalSafepointScopeRaw()
|
| D | sweeper.cc | 584 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleIncrementalSweepingTask()
|
| /third_party/node/deps/v8/src/libplatform/ |
| D | default-platform.h | 58 std::shared_ptr<TaskRunner> GetForegroundTaskRunner( in NON_EXPORTED_BASE()
|
| D | default-platform.cc | 190 std::shared_ptr<TaskRunner> DefaultPlatform::GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::platform::DefaultPlatform
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| D | cpp-heap.cc | 176 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/ |
| D | gc-extension.cc | 165 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in GC()
|
| /third_party/node/deps/v8/include/ |
| D | v8-platform.h | 943 virtual std::shared_ptr<v8::TaskRunner> GetForegroundTaskRunner(
|
| /third_party/node/deps/v8/src/compiler-dispatcher/ |
| D | lazy-compile-dispatcher.cc | 73 taskrunner_(platform->GetForegroundTaskRunner( in LazyCompileDispatcher()
|
| /third_party/node/deps/v8/src/inspector/ |
| D | v8-heap-profiler-agent-impl.cc | 221 ->GetForegroundTaskRunner(m_isolate) in collectGarbage()
|