Searched refs:reduce_memory (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/heap/ |
D | gc-tracer.cc | 69 reduce_memory(false), in Event() 179 current_.reduce_memory = heap_->ShouldReduceMemory(); in Start() 491 current_.reduce_memory, current_.scopes[Scope::SCAVENGER_SCAVENGE], in PrintNVP() 525 duration, spent_in_mutator, "mmc", current_.reduce_memory, in PrintNVP() 623 current_.reduce_memory, current_.scopes[Scope::MC_CLEAR], in PrintNVP()
|
D | gc-tracer.h | 188 bool reduce_memory; variable
|
D | mark-compact.cc | 656 const bool reduce_memory = heap()->ShouldReduceMemory(); in CollectEvacuationCandidates() local 747 AllocationSpaceName(space->identity()), reduce_memory, in CollectEvacuationCandidates() 3276 const bool reduce_memory = heap()->ShouldReduceMemory(); in EvacuatePagesInParallel() local 3280 if (!reduce_memory && !page->NeverEvacuate() && in EvacuatePagesInParallel()
|