Home
last modified time | relevance | path

Searched refs:kMinCapacity (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.h437 DCHECK_GE(capacity, kMinCapacity); in SizeFor()
452 DCHECK_GE(capacity, kMinCapacity); in Capacity()
483 static const int kMinCapacity = 4; member in v8::internal::SmallOrderedHashTable
678 SmallOrderedHashSet::kMinCapacity);
713 SmallOrderedHashMap::kMinCapacity);
H A Dhash-table.h102 static const int kMinCapacity = 4; member in v8::internal::HashTableBase
H A Dhash-table-inl.h122 return std::max({capacity, kMinCapacity}); in ComputeCapacity()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1334 CHECK_GE(capacity, kMinCapacity); in SmallOrderedHashTableVerify()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc556 base::bits::RoundUpToPowerOfTwo32(std::max({T::kMinCapacity, capacity})); in AllocateSmallOrderedHashTable()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8446 return IntPtrMax(capacity, IntPtrConstant(HashTableBase::kMinCapacity));
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 57 milliseconds