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.cc480 runtime->GetHashTableMaxLoadFactor()); in Table()
Druntime.h809 double GetHashTableMaxLoadFactor() const;
Druntime.cc2767 double Runtime::GetHashTableMaxLoadFactor() const { in GetHashTableMaxLoadFactor() function in art::Runtime