Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1462 int rounded_new_capacity = RoundUp(new_capacity, Page::kPageSize); in AllocateChunk() local
1463 if (rounded_new_capacity < TotalCapacity() && in AllocateChunk()
1464 to_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()
1467 if (!from_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()