Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h2058 int HashTable<Shape, Key>::ComputeCapacity(int at_least_space_for) { in ComputeCapacity() function
Dobjects.h2760 static int ComputeCapacity(int at_least_space_for);
Dobjects.cc9879 int dictionary_size = SeededNumberDictionary::ComputeCapacity(used_elements) * in ShouldConvertToSlowElements()
10870 int capacity = ComputeCapacity(at_least_space_for); in Allocate()