Home
last modified time | relevance | path

Searched refs:taskrunner (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking-job.cc57 auto taskrunner = in ScheduleTask() local
61 taskrunner->NonNestableTasksEnabled() in ScheduleTask()
68 if (taskrunner->NonNestableTasksEnabled()) { in ScheduleTask()
69 taskrunner->PostNonNestableTask(std::move(task)); in ScheduleTask()
71 taskrunner->PostTask(std::move(task)); in ScheduleTask()
74 if (taskrunner->NonNestableDelayedTasksEnabled()) { in ScheduleTask()
75 taskrunner->PostNonNestableDelayedTask(std::move(task), in ScheduleTask()
78 taskrunner->PostDelayedTask(std::move(task), kDelayInSeconds); in ScheduleTask()
Dscavenge-job.cc44 auto taskrunner = in ScheduleTaskIfNeeded() local
46 if (taskrunner->NonNestableTasksEnabled()) { in ScheduleTaskIfNeeded()
47 taskrunner->PostNonNestableTask( in ScheduleTaskIfNeeded()
Dmemory-measurement.cc236 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleReportingTask() local
238 taskrunner->PostTask(MakeCancelableTask(isolate_, [this] { in ScheduleReportingTask()
276 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleGCTask() local
298 taskrunner->PostTask(std::move(task)); in ScheduleGCTask()
300 taskrunner->PostDelayedTask(std::move(task), NextGCTaskDelayInSeconds()); in ScheduleGCTask()
Dsweeper.cc583 auto taskrunner = in ScheduleIncrementalSweepingTask() local
585 taskrunner->PostTask( in ScheduleIncrementalSweepingTask()
Dheap.cc4293 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in MemoryPressureNotification() local
4295 taskrunner->PostTask(std::make_unique<MemoryPressureInterruptTask>(this)); in MemoryPressureNotification()
6846 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in PostFinalizationRegistryCleanupTaskIfNeeded() local
6849 taskrunner->PostNonNestableTask(std::move(task)); in PostFinalizationRegistryCleanupTaskIfNeeded()
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1511 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in InvokeOrScheduleSecondPassPhantomCallbacks() local
1513 taskrunner->PostTask(MakeCancelableTask( in InvokeOrScheduleSecondPassPhantomCallbacks()
/third_party/chromium/patch/
D0001-cve.patch5093 - // using the MayBlock taskrunner for actual file operations.
5147 + // using the MayBlock taskrunner for actual file operations.