Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc27 classes_.push_back(ClassSet(runtime->GetHashTableMinLoadFactor(), in ClassTable()
Dintern_table.cc409 initial_table.set_.SetLoadFactor(runtime->GetHashTableMinLoadFactor(), in Table()
Druntime.h825 double GetHashTableMinLoadFactor() const;
Druntime.cc2994 double Runtime::GetHashTableMinLoadFactor() const { in GetHashTableMinLoadFactor() function in art::Runtime