Home
last modified time | relevance | path

Searched refs:kInitialRefsBucketCount (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.h470 static constexpr uint32_t kInitialRefsBucketCount = 1024; member in v8::internal::compiler::JSHeapBroker
471 STATIC_ASSERT(base::bits::IsPowerOfTwo(kInitialRefsBucketCount));
H A Djs-heap-broker.cc38 const uint32_t JSHeapBroker::kInitialRefsBucketCount; member in v8::internal::compiler::JSHeapBroker
H A Dheap-refs.cc953 zone()->New<RefsMap>(kInitialRefsBucketCount, AddressMatcher(), zone()); in InitializeAndStartSerializing()

Completed in 7 milliseconds