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

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

Completed in 176 milliseconds