Home
last modified time | relevance | path

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

/art/runtime/
Dimtable-inl.h89 uint32_t mixed_hash; in GetImtIndex() local
91 mixed_hash = class_hash + name_hash + signature_hash; in GetImtIndex()
93 mixed_hash = kImTableHashCoefficientClass * class_hash + in GetImtIndex()
98 return mixed_hash % ImTable::kSize; in GetImtIndex()