Searched refs:mixed_hash (Results 1 – 1 of 1) sorted by relevance
89 uint32_t mixed_hash; in GetImtIndex() local91 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()