Home
last modified time | relevance | path

Searched refs:NextBytes (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dspaces.cc252 size_t step = allocation_counter_.NextBytes(); in ComputeLimit()
406 if (allocation_size >= allocation_counter_.NextBytes()) { in InvokeAllocationObservers()
442 allocation_counter_.NextBytes()); in InvokeAllocationObservers()
H A Dallocation-observer.h75 size_t NextBytes() const { in NextBytes() function in v8::internal::final
H A Dlarge-spaces.cc133 if (object_size >= allocation_counter_.NextBytes()) { in AdvanceAndInvokeAllocationObservers()
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.h85 void NextBytes(void* buffer, size_t buflen);
H A Drandom-number-generator.cc126 void RandomNumberGenerator::NextBytes(void* buffer, size_t buflen) { in NextBytes() function in v8::base::RandomNumberGenerator
/third_party/node/deps/v8/src/numbers/
H A Dmath-random.cc50 isolate->random_number_generator()->NextBytes(&seed, sizeof(seed)); in RefillCache()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs422 random.NextBytes(buffer); in CreateBufferWithRandomData()
442 random.NextBytes(randomBytesBuffer); in RandomUnsignedVarint()
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc157 rng->NextBytes(&random, sizeof(random)); in AllocateRegion()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc308 GetPlatformRandomNumberGenerator()->NextBytes(&raw_addr, sizeof(raw_addr)); in GetRandomMmapAddr()
H A Dplatform-win32.cc821 GetPlatformRandomNumberGenerator()->NextBytes(&address, sizeof(address)); in GetRandomMmapAddr()

Completed in 10 milliseconds