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