Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_table.cc28 classes_.push_back(ClassSet(runtime->GetHashTableMinLoadFactor(), in ClassTable()
H A Dintern_table.cc443 initial_table.set_.SetLoadFactor(runtime->GetHashTableMinLoadFactor(), in Table()
H A Druntime.h879 double GetHashTableMinLoadFactor() const;
H A Druntime.cc3126 double Runtime::GetHashTableMinLoadFactor() const { in GetHashTableMinLoadFactor() function in art::Runtime