Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-reducer.cc42 bool low_allocation_rate = heap->HasLowAllocationRate(); in RunInternal() local
47 low_allocation_rate ? "low alloc" : "high alloc", in RunInternal()
56 low_allocation_rate || optimize_for_memory; in RunInternal()