Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dspaces.cc277 size_t rounded_step = in ComputeLimit() local
281 static_cast<uint64_t>(start) + std::max(min_size, rounded_step); in ComputeLimit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dspaces.cc268 size_t rounded_step = in ComputeLimit() local
272 static_cast<uint64_t>(start) + Max(min_size, rounded_step); in ComputeLimit()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dspaces.cc1732 size_t rounded_step; in AllocateChunk() local
1735 rounded_step = step - 1; in AllocateChunk()
1737 rounded_step = RoundSizeDownToObjectAlignment(static_cast<int>(step)); in AllocateChunk()
1739 return Min(static_cast<Address>(start + min_size + rounded_step), end); in AllocateChunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dspaces.cc1949 size_t rounded_step = in ComputeLimit() local
1951 return Min(static_cast<Address>(start + min_size + rounded_step), end); in ComputeLimit()