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

/external/chromium_org/v8/src/
H A Dobjects-inl.h2954 int HashTable<Derived, Shape, Key>::ComputeCapacity(int at_least_space_for) { function in class:v8::HashTable
H A Dobjects.h3724 static int ComputeCapacity(int at_least_space_for);
H A Dobjects.cc13486 int dictionary_size = SeededNumberDictionary::ComputeCapacity(used_elements) *
14340 : ComputeCapacity(at_least_space_for);

Completed in 100 milliseconds