Home
last modified time | relevance | path

Searched refs:RoundUpToPageSize (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc161 if (!RoundUpToPageSize(byte_length, *page_size, JSArrayBuffer::kMaxByteLength, in GetResizableBackingStorePageConfiguration()
169 if (!RoundUpToPageSize(max_byte_length, *page_size, in GetResizableBackingStorePageConfiguration()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc411 RoundUpToPageSize(new_byte_length, page_size, in ResizeHelper()
/third_party/node/deps/v8/src/utils/
H A Dutils.h662 inline bool RoundUpToPageSize(size_t byte_length, size_t page_size, in RoundUpToPageSize() function

Completed in 3 milliseconds