Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2175 size_t rounded_new_capacity = ::RoundUp(new_capacity, Page::kPageSize); in AllocateChunk() local
2176 if (rounded_new_capacity < TotalCapacity() && in AllocateChunk()
2177 to_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()
2180 if (!from_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()