Home
last modified time | relevance | path

Searched refs:reduce_memory (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc97 reduce_memory(false), in Event()
268 current_.reduce_memory = heap_->ShouldReduceMemory(); in UpdateCurrentEvent()
315 current_.reduce_memory = heap_->ShouldReduceMemory(); in StartCycle()
709 current_.reduce_memory ? " (reduce)" : "", in Print()
785 current_.reduce_memory, current_.scopes[Scope::TIME_TO_SAFEPOINT], in PrintNVP()
849 duration, spent_in_mutator, "mmc", current_.reduce_memory, in PrintNVP()
971 current_.reduce_memory, current_scope(Scope::TIME_TO_SAFEPOINT), in PrintNVP()
Dgc-tracer.h162 bool reduce_memory; variable
Dmark-compact.cc871 const bool reduce_memory = heap()->ShouldReduceMemory(); in CollectEvacuationCandidates() local
951 space->name(), reduce_memory, candidate_count, in CollectEvacuationCandidates()
3889 const bool reduce_memory = heap()->ShouldReduceMemory(); in ShouldMovePage() local
3891 return !reduce_memory && !p->NeverEvacuate() && in ShouldMovePage()