Searched refs:GetMixHashcode (Results 1 – 3 of 3) sorted by relevance
185 return GetMixHashcode() & (~IS_INTEGER_MASK); in GetRawHashcode()218 uint32_t hashcode = GetMixHashcode(); in TryGetHashCode()228 ASSERT(GetMixHashcode() & IS_INTEGER_MASK); in GetIntegerCode()236 uint32_t hashcode = GetMixHashcode(); in GetHashcode()608 uint32_t hashcode = GetMixHashcode(); in TryToSetIntegerHash()
441 inline GateRef GetMixHashcode(GateRef string);
2923 inline GateRef StubBuilder::GetMixHashcode(GateRef string) in GetMixHashcode() function