Home
last modified time | relevance | path

Searched refs:IsTearingDown (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Darray-buffer-collector.cc39 if (!heap_->IsTearingDown() && !heap_->ShouldReduceMemory() && in FreeAllocations()
H A Dscavenge-job.cc42 if (!task_pending_ && !heap->IsTearingDown() && in ScheduleTaskIfNeeded()
H A Dincremental-marking-job.cc50 if (!IsTaskPending(task_type) && !heap->IsTearingDown()) { in ScheduleTask()
H A Dmemory-reducer.cc214 if (heap()->IsTearingDown()) return; in ScheduleTimer()
H A Dconcurrent-marking.cc513 DCHECK(!heap_->IsTearingDown()); in ScheduleTasks()
557 if (heap_->IsTearingDown()) return; in RescheduleTasksIfNeeded()
H A Darray-buffer-sweeper.cc143 if (!heap_->IsTearingDown() && !heap_->ShouldReduceMemory() && in RequestSweep()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Darray-buffer-collector.cc52 if (!heap_->IsTearingDown() && FLAG_concurrent_array_buffer_freeing) { in FreeAllocationsOnBackgroundThread()
H A Dincremental-marking-job.cc24 if (!task_pending_ && !heap->IsTearingDown()) { in ScheduleTask()
H A Dscavenge-job.cc106 if (!idle_task_pending_ && !heap->IsTearingDown()) { in ScheduleIdleTask()
H A Dmemory-reducer.cc204 if (heap()->IsTearingDown()) return; in ScheduleTimer()
H A Dconcurrent-marking.cc596 DCHECK(!heap_->IsTearingDown()); in ScheduleTasks()
635 if (!FLAG_concurrent_marking || heap_->IsTearingDown()) return; in RescheduleTasksIfNeeded()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dscavenge-job.cc41 if (FLAG_scavenge_task && !task_pending_ && !heap->IsTearingDown() && in ScheduleTaskIfNeeded()
H A Dincremental-marking-job.cc53 if (!IsTaskPending(task_type) && !heap->IsTearingDown() && in ScheduleTask()
H A Dmemory-reducer.cc215 if (heap()->IsTearingDown()) return; in ScheduleTimer()
H A Dconcurrent-marking.cc577 DCHECK(!heap_->IsTearingDown()); in ScheduleJob()
590 if (heap_->IsTearingDown()) return; in RescheduleJobIfNeeded()
H A Darray-buffer-sweeper.cc155 if (!heap_->IsTearingDown() && !heap_->ShouldReduceMemory() && in RequestSweep()
H A Dmemory-allocator.cc101 if (!heap_->IsTearingDown() && FLAG_concurrent_sweeping) { in FreeQueuedChunks()
H A Dincremental-marking.cc254 if (FLAG_concurrent_marking && !heap_->IsTearingDown()) { in StartMarking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dscavenge-job.cc41 if (FLAG_scavenge_task && !task_pending_ && !heap->IsTearingDown() && in ScheduleTaskIfNeeded()
H A Dincremental-marking-job.cc53 if (!IsTaskPending(task_type) && !heap->IsTearingDown() && in ScheduleTask()
H A Dmemory-reducer.cc214 if (heap()->IsTearingDown()) return; in ScheduleTimer()
H A Dconcurrent-marking.cc534 DCHECK(!heap_->IsTearingDown()); in ScheduleJob()
546 if (heap_->IsTearingDown()) return; in RescheduleJobIfNeeded()
H A Darray-buffer-sweeper.cc148 if (!heap_->IsTearingDown() && !heap_->ShouldReduceMemory() && in RequestSweep()
H A Dincremental-marking.cc248 if (FLAG_concurrent_marking && !heap_->IsTearingDown()) { in StartMarking()
H A Dmemory-allocator.cc188 if (!heap_->IsTearingDown() && FLAG_concurrent_sweeping) { in FreeQueuedChunks()

12