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