Home
last modified time | relevance | path

Searched refs:ShouldReduceMemory (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc670 bool map_retaining_is_disabled = heap()->ShouldReduceMemory() || in RetainMaps()
764 if (FLAG_black_allocation && !heap()->ShouldReduceMemory() && in FinalizeIncrementally()
Dgc-tracer.cc179 current_.reduce_memory = heap_->ShouldReduceMemory(); in Start()
Dmark-compact.cc591 if (heap()->ShouldReduceMemory()) { in ComputeEvacuationHeuristics()
656 const bool reduce_memory = heap()->ShouldReduceMemory(); in CollectEvacuationCandidates()
3276 const bool reduce_memory = heap()->ShouldReduceMemory(); in EvacuatePagesInParallel()
Dheap.cc853 if (ShouldReduceMemory()) { in GCTypeTimer()
1790 !ShouldReduceMemory() && new_space_->IsAtMaximumCapacity() && in ComputeFastPromotionMode()
4211 if (ShouldReduceMemory() || in ReduceNewSpaceSize()
5346 if (FLAG_stress_compaction || ShouldReduceMemory()) { in SetOldGenerationAllocationLimit()
Dheap.h1652 inline bool ShouldReduceMemory() const { in ShouldReduceMemory() function