Home
last modified time | relevance | path

Searched refs:IsTaskPending (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking-job.h35 bool IsTaskPending(TaskType task_type) const { in IsTaskPending() function
Dincremental-marking-job.cc53 if (!IsTaskPending(task_type) && !heap->IsTearingDown() && in ScheduleTask()