Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/utils/
Drandom-number-generator.h53 V8_INLINE int NextInt() V8_WARN_UNUSED_RESULT { return Next(32); } in NextInt() function
61 int NextInt(int max) V8_WARN_UNUSED_RESULT;
Drandom-number-generator.cc96 int RandomNumberGenerator::NextInt(int max) { in NextInt() function in v8::base::RandomNumberGenerator
/third_party/node/deps/v8/src/heap/
Dstress-scavenge-observer.cc90 return min + heap_->isolate()->fuzzer_rng()->NextInt(max - min + 1); in NextLimit()
Dheap-allocator.cc153 ? heap_->isolate()->fuzzer_rng()->NextInt( in UpdateAllocationTimeout()
Dmemory-measurement.cc306 random_number_generator_.NextInt(kGCTaskDelayInSeconds); in NextGCTaskDelayInSeconds()
Dheap.cc5938 return isolate()->fuzzer_rng()->NextInt(FLAG_stress_marking + 1); in NextStressMarkingLimit()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.cc53 std::advance(candidate, random_number_generator()->NextInt( in PopBestCandidate()
/third_party/node/deps/v8/src/execution/
Disolate.cc4522 hash = random_number_generator()->NextInt() & mask; in ThrowInternal()