Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc25 classes_.push_back(ClassSet(runtime->GetHashTableMinLoadFactor(), in ClassTable()
Dintern_table.cc531 tables_.back().SetLoadFactor(runtime->GetHashTableMinLoadFactor(), in Table()
Druntime.h615 double GetHashTableMinLoadFactor() const;
Druntime.cc1995 double Runtime::GetHashTableMinLoadFactor() const { in GetHashTableMinLoadFactor() function in art::Runtime