HomeSort by relevance Sort by last modified time
    Searched refs:reduce_memory (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
gc-tracer.cc 69 reduce_memory(false),
172 current_.reduce_memory = heap_->ShouldReduceMemory();
447 "reduce_memory=%d "
484 current_.reduce_memory, current_.scopes[Scope::SCAVENGER_SCAVENGE],
513 "reduce_memory=%d\n",
515 current_.reduce_memory);
523 "reduce_memory=%d "
607 current_.reduce_memory, current_.scopes[Scope::MC_CLEAR],
gc-tracer.h 178 bool reduce_memory; member in class:v8::internal::GCTracer::Event
mark-compact.cc 662 const bool reduce_memory = heap()->ShouldReduceMemory(); local
751 "compaction-selection: space=%s reduce_memory=%d pages=%d "
753 AllocationSpaceName(space->identity()), reduce_memory,
3156 const bool reduce_memory = heap()->ShouldReduceMemory(); local
    [all...]

Completed in 69 milliseconds