Searched refs:kInitialRefsBucketCount (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | js-heap-broker.h | 470 static constexpr uint32_t kInitialRefsBucketCount = 1024; member in v8::internal::compiler::JSHeapBroker 471 STATIC_ASSERT(base::bits::IsPowerOfTwo(kInitialRefsBucketCount)); |
H A D | js-heap-broker.cc | 38 const uint32_t JSHeapBroker::kInitialRefsBucketCount; member in v8::internal::compiler::JSHeapBroker |
H A D | heap-refs.cc | 953 zone()->New<RefsMap>(kInitialRefsBucketCount, AddressMatcher(), zone()); in InitializeAndStartSerializing() |
Completed in 7 milliseconds