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/
H A 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/
H A Dstress-scavenge-observer.cc90 return min + heap_->isolate()->fuzzer_rng()->NextInt(max - min + 1); in NextLimit()
H A Dheap-allocator.cc153 ? heap_->isolate()->fuzzer_rng()->NextInt( in UpdateAllocationTimeout()
H A Dmark-compact.cc883 double fraction = isolate()->fuzzer_rng()->NextDouble(); in CollectEvacuationCandidates()
886 for (uint64_t i : isolate()->fuzzer_rng()->NextSample( in CollectEvacuationCandidates()
H A Dheap.cc5938 return isolate()->fuzzer_rng()->NextInt(FLAG_stress_marking + 1); in NextStressMarkingLimit()
/third_party/node/deps/v8/src/execution/
H A Disolate.h1532 base::RandomNumberGenerator* fuzzer_rng();
H A Disolate.cc4505 base::RandomNumberGenerator* Isolate::fuzzer_rng() { in ThrowInternal() function in v8::internal::Isolate

Completed in 33 milliseconds