Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc28 runtime->GetHashTableMaxLoadFactor())); in ClassTable()
Dintern_table.cc505 runtime->GetHashTableMaxLoadFactor()); in Table()
Druntime.h684 double GetHashTableMaxLoadFactor() const;
Druntime.cc2525 double Runtime::GetHashTableMaxLoadFactor() const { in GetHashTableMaxLoadFactor() function in art::Runtime