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

/external/v8/src/heap/
H A Dincremental-marking.cc670 bool map_retaining_is_disabled = heap()->ShouldReduceMemory() ||
764 if (FLAG_black_allocation && !heap()->ShouldReduceMemory() &&
H A Dgc-tracer.cc179 current_.reduce_memory = heap_->ShouldReduceMemory();
H A Dmark-compact.cc591 if (heap()->ShouldReduceMemory()) {
656 const bool reduce_memory = heap()->ShouldReduceMemory();
3276 const bool reduce_memory = heap()->ShouldReduceMemory();
H A Dheap.cc853 if (ShouldReduceMemory()) {
1790 !ShouldReduceMemory() && new_space_->IsAtMaximumCapacity() &&
4211 if (ShouldReduceMemory() ||
5346 if (FLAG_stress_compaction || ShouldReduceMemory()) {
H A Dheap.h1652 inline bool ShouldReduceMemory() const { function in class:v8::internal::GarbageCollectionReason::Heap

Completed in 224 milliseconds