Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_table.cc28 runtime->GetHashTableMaxLoadFactor())); in ClassTable()
H A Dintern_table.cc410 runtime->GetHashTableMaxLoadFactor()); in Table()
H A Druntime.h826 double GetHashTableMaxLoadFactor() const;
H A Druntime.cc2998 double Runtime::GetHashTableMaxLoadFactor() const { in GetHashTableMaxLoadFactor() function in art::Runtime