Searched refs:GetHashTableMinLoadFactor (Results 1 – 4 of 4) sorted by relevance
28 classes_.push_back(ClassSet(runtime->GetHashTableMinLoadFactor(), in ClassTable()
443 initial_table.set_.SetLoadFactor(runtime->GetHashTableMinLoadFactor(), in Table()
879 double GetHashTableMinLoadFactor() const;
3126 double Runtime::GetHashTableMinLoadFactor() const { in GetHashTableMinLoadFactor() function in art::Runtime