Home
last modified time | relevance | path

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

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