Home
last modified time | relevance | path

Searched refs:ShouldReduceMemory (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc510 bool ShouldReduceMemory(CppHeap::GarbageCollectionFlags flags) { in ShouldReduceMemory() function
563 if (ShouldReduceMemory(current_gc_flags_)) { in InitializeTracing()
666 ShouldReduceMemory(current_gc_flags_) in TraceEpilogue()
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc157 if (!heap_->IsTearingDown() && !heap_->ShouldReduceMemory() && in RequestSweep()
H A Dgc-tracer.cc142 } else if (heap->ShouldReduceMemory()) { in RecordGCPhasesInfo()
268 current_.reduce_memory = heap_->ShouldReduceMemory(); in UpdateCurrentEvent()
315 current_.reduce_memory = heap_->ShouldReduceMemory(); in StartCycle()
H A Dincremental-marking.cc374 bool map_retaining_is_disabled = heap()->ShouldReduceMemory() || in RetainMaps()
H A Dsweeper.cc151 should_reduce_memory_ = heap_->ShouldReduceMemory(); in StartSweeping()
H A Dheap.cc2818 !ShouldReduceMemory() && new_space_->IsAtMaximumCapacity() && in ComputeFastPromotionMode()
3871 if (ShouldReduceMemory() || in ReduceNewSpaceSize()
5501 if (ShouldReduceMemory() || FLAG_stress_compaction) { in CurrentHeapGrowingMode()
6028 } else if (ShouldReduceMemory()) { in flags_for_embedder_tracer()
H A Dmark-compact.cc560 (FLAG_gc_experiment_less_compaction && !heap_->ShouldReduceMemory())) { in StartCompaction()
765 if (heap()->ShouldReduceMemory()) { in ComputeEvacuationHeuristics()
871 const bool reduce_memory = heap()->ShouldReduceMemory(); in CollectEvacuationCandidates()
3889 const bool reduce_memory = heap()->ShouldReduceMemory(); in ShouldMovePage()
H A Dheap.h1749 inline bool ShouldReduceMemory() const { in ShouldReduceMemory() function in v8::internal::Heap

Completed in 38 milliseconds