Home
last modified time | relevance | path

Searched refs:fuzzer_rng (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/
Dnum_fuzzer.py151 fuzzer_rng = random.Random(options.fuzzer_random_seed)
153 combiner = self._create_combiner(fuzzer_rng, options)
168 self._create_fuzzer(fuzzer_rng, options),
/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()
Dmark-compact.cc883 double fraction = isolate()->fuzzer_rng()->NextDouble(); in CollectEvacuationCandidates()
886 for (uint64_t i : isolate()->fuzzer_rng()->NextSample( in CollectEvacuationCandidates()
Dheap.cc5938 return isolate()->fuzzer_rng()->NextInt(FLAG_stress_marking + 1); in NextStressMarkingLimit()
/third_party/node/deps/v8/src/execution/
Disolate.h1532 base::RandomNumberGenerator* fuzzer_rng();
Disolate.cc4505 base::RandomNumberGenerator* Isolate::fuzzer_rng() { in ThrowInternal() function in v8::internal::Isolate