Searched refs:IsHashFieldComputed (Results 1 – 3 of 3) sorted by relevance
87 bool Name::IsHashFieldComputed(uint32_t raw_hash_field) { in IsHashFieldComputed() function110 bool Name::HasHashCode() const { return IsHashFieldComputed(raw_hash_field()); } in HasHashCode()115 if (IsHashFieldComputed(field)) return HashBits::decode(field); in EnsureHash()123 if (IsHashFieldComputed(field)) return HashBits::decode(field); in EnsureHash()130 DCHECK(IsHashFieldComputed(field)); in hash()
160 static inline bool IsHashFieldComputed(uint32_t raw_hash_field);
1411 if (IsHashFieldComputed(field) && !IsIntegerIndex(field)) { in AsArrayIndex()1423 if (IsHashFieldComputed(field) && !IsIntegerIndex(field)) { in AsIntegerIndex()