Home
last modified time | relevance | path

Searched refs:kMaxAttempts (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Demulated-virtual-address-subspace.cc69 static constexpr int kMaxAttempts = 10; in AllocatePages() local
70 for (int i = 0; i < kMaxAttempts; i++) { in AllocatePages()
114 static constexpr int kMaxAttempts = 10; in AllocateSharedPages() local
115 for (int i = 0; i < kMaxAttempts; i++) { in AllocateSharedPages()
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc260 constexpr int kMaxAttempts = 10; in InitializeAsPartiallyReservedSandbox() local
261 for (int i = 1; i <= kMaxAttempts; i++) { in InitializeAsPartiallyReservedSandbox()
272 if (reservation_base_ <= highest_allowed_address || i == kMaxAttempts) in InitializeAsPartiallyReservedSandbox()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc395 const int kMaxAttempts = 4; in InitReservation() local
396 for (int attempt = 0; attempt < kMaxAttempts; ++attempt) { in InitReservation()
418 bool overreserve = (attempt == kMaxAttempts - 1); in InitReservation()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc129 const int kMaxAttempts = 3; in Allocate() local
131 for (int i = 0; i < kMaxAttempts; ++i) { in Allocate()
H A Dplatform-win32.cc909 const int kMaxAttempts = 3; in AllocateInternal() local
911 for (int i = 0; i < kMaxAttempts; ++i) { in AllocateInternal()

Completed in 6 milliseconds