Home
last modified time | relevance | path

Searched refs:ScheduleTask (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking-job.cc47 ScheduleTask(heap); in Start()
50 void IncrementalMarkingJob::ScheduleTask(Heap* heap, TaskType task_type) { in ScheduleTask() function in v8::internal::IncrementalMarkingJob
136 job_->ScheduleTask(heap, task_type); in RunInternal()
Dincremental-marking-job.h27 void ScheduleTask(Heap* heap, TaskType task_type = TaskType::kNormal);
Dincremental-marking.cc671 incremental_marking_job_.ScheduleTask( in MarkingComplete()
Dheap.cc2050 incremental_marking()->incremental_marking_job()->ScheduleTask(this); in StartIncrementalMarkingIfAllocationLimitIsReached()
2075 incremental_marking()->incremental_marking_job()->ScheduleTask(this); in StartIncrementalMarkingIfAllocationLimitIsReachedBackground()
/third_party/node/src/
Dnode_platform.cc75 tasks_.Push(std::make_unique<ScheduleTask>(this, std::move(task), in PostDelayedTask()
124 class ScheduleTask : public Task { class in node::WorkerThreadsTaskRunner::DelayedTaskScheduler
126 ScheduleTask(DelayedTaskScheduler* scheduler, in ScheduleTask() function in node::WorkerThreadsTaskRunner::DelayedTaskScheduler::ScheduleTask
/third_party/node/deps/v8/src/execution/
Disolate.cc5260 heap()->incremental_marking()->incremental_marking_job()->ScheduleTask( in ThrowInternal()