Home
last modified time | relevance | path

Searched refs:ComputeCapacity (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Delements.cc1244 if (4 * SeededNumberDictionary::ComputeCapacity(num_used) * in DeleteCommon()
Dobjects-inl.h3103 int HashTableBase::ComputeCapacity(int at_least_space_for) { in ComputeCapacity() function
Dobjects.h3109 static inline int ComputeCapacity(int at_least_space_for);
Dobjects.cc15749 int dictionary_size = SeededNumberDictionary::ComputeCapacity(used_elements) * in ShouldConvertToSlowElements()
17064 : ComputeCapacity(at_least_space_for); in New()