Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1283 int rounded_new_capacity = RoundUp(new_capacity, Page::kPageSize); in Shrink() local
1284 if (rounded_new_capacity < TotalCapacity() && in Shrink()
1285 to_space_.ShrinkTo(rounded_new_capacity)) { in Shrink()
1288 if (!from_space_.ShrinkTo(rounded_new_capacity)) { in Shrink()