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

  /external/v8/src/heap/
gc-tracer.cc 158 current_.reduce_memory = heap_->ShouldReduceMemory();
    [all...]
incremental-marking.cc 679 bool map_retaining_is_disabled = heap()->ShouldReduceMemory() ||
    [all...]
heap.cc 852 if (ShouldReduceMemory()) {
    [all...]
mark-compact.cc 677 if (heap()->ShouldReduceMemory()) {
737 const bool reduce_memory = heap()->ShouldReduceMemory();
    [all...]
heap.h     [all...]

Completed in 132 milliseconds