Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap.cc4989 double max_factor = 4; in OldGenerationAllocationLimit() local
4993 max_factor = 2; in OldGenerationAllocationLimit()
5001 factor = max_factor; in OldGenerationAllocationLimit()
5007 factor = max_factor - in OldGenerationAllocationLimit()
5008 (freed_global_handles - kMinHandles) * (max_factor - min_factor) / in OldGenerationAllocationLimit()