Searched refs:ComputeCapacity (Results 1 – 5 of 5) sorted by relevance
43 int HashTableBase::ComputeCapacity(int at_least_space_for) { in ComputeCapacity() function
87 static inline int ComputeCapacity(int at_least_space_for); in NON_EXPORTED_BASE()
1366 NameDictionary::ComputeCapacity(NameDictionary::kInitialCapacity); in ReduceJSCreateObject()
15674 NumberDictionary::ComputeCapacity(used_elements) * in ShouldConvertToSlowElements()16745 : ComputeCapacity(at_least_space_for); in New()16924 int new_capacity = ComputeCapacity(at_least_room_for); in Shrink()18219 int capacity = ObjectHashTable::ComputeCapacity(nof * 2); in Put()
2069 NumberDictionary::ComputeCapacity(num_used) * in DeleteCommon()