Searched refs:kLoadFactor (Results 1 – 6 of 6) sorted by relevance
43 static const int kLoadFactor = 2; variable195 (1 + (kEntrySize * kLoadFactor));214 int Capacity() { return NumberOfBuckets() * kLoadFactor; } in Capacity()339 int hash_table_size = capacity / kLoadFactor; in SizeFor()349 int capacity = NumberOfBuckets() * kLoadFactor; in Capacity()389 static const int kLoadFactor = 2; variable427 int capacity = nof_buckets * kLoadFactor; in GetChainTableOffset()
27 int num_buckets = capacity / kLoadFactor; in Allocate()330 int num_buckets = capacity / kLoadFactor; in Initialize()
84 n /= kLoadFactor; in Clear()157 static constexpr double kLoadFactor = 0.85; variable
1252 STATIC_ASSERT(OrderedHashMap::kLoadFactor == 2); in TF_BUILTIN()1420 STATIC_ASSERT(OrderedHashSet::kLoadFactor == 2); in TF_BUILTIN()
525 DCHECK_EQ(0, capacity % SmallOrderedHashSet::kLoadFactor); in NewSmallOrderedHashSet()540 DCHECK_EQ(0, capacity % SmallOrderedHashMap::kLoadFactor); in NewSmallOrderedHashMap()
3422 static const int kBucketCount = kCapacity / CollectionType::kLoadFactor; in AllocateOrderedHashTable()3489 Int32Constant(CollectionType::kLoadFactor)); in AllocateSmallOrderedHashTable()