Home
last modified time | relevance | path

Searched refs:NextInt64 (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.h78 // random number generator's sequence. The general contract of |NextInt64()|
82 int64_t NextInt64() V8_WARN_UNUSED_RESULT;
H A Drandom-number-generator.cc120 int64_t RandomNumberGenerator::NextInt64() { in NextInt64() function in v8::base::RandomNumberGenerator
/third_party/node/deps/v8/src/base/
H A Demulated-virtual-address-subspace.cc43 Address addr = base() + (static_cast<uint64_t>(rng_.NextInt64()) % size()); in RandomPageAddress()
H A Dvirtual-address-space.cc221 Address addr = base() + (static_cast<uint64_t>(rng_.NextInt64()) % size()); in RandomPageAddress()
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc262 Address hint = rng.NextInt64() % highest_allowed_address; in InitializeAsPartiallyReservedSandbox()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc1102 ->NextInt64(); in GetNextRandomInt64()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc5910 int64_t rnd = isolate()->random_number_generator()->NextInt64(); in InitializeHashSeed()

Completed in 19 milliseconds