Searched refs:ComputeHashCode (Results 1 – 10 of 10) sorted by relevance
70 inline int32_t String::ComputeHashCode() { in ComputeHashCode() function82 DCHECK_IMPLIES(result == 0, ComputeHashCode() == 0) << ToModifiedUtf8(); in GetHashCode()
115 int32_t ComputeHashCode() REQUIRES_SHARED(Locks::mutator_lock_);269 CHECK_EQ(new_hash_code, ComputeHashCode()); in SetHashCode()
52 int32_t new_hash_code = ComputeHashCode(); in ComputeAndSetHashCode()
50 DCHECK_EQ(hash, s->ComputeHashCode()); in operator()130 CHECK_EQ(hash, static_cast<uint32_t>(s->ComputeHashCode())); in AddInternStrings()
207 DCHECK_IMPLIES(hash == 0u, s->ComputeHashCode() == 0); in Insert()
1387 DCHECK_EQ(hash, static_cast<uint32_t>(referred_str->ComputeHashCode())); in TestObject()
312 size_t hash_code = instruction->ComputeHashCode(); in HashCode()
2573 virtual size_t ComputeHashCode() const { in ComputeHashCode() function3242 size_t ComputeHashCode() const override { return 0; }3275 size_t ComputeHashCode() const override { return GetValue(); }3319 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }3355 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }3412 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }6249 size_t ComputeHashCode() const override {6250 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue();6339 size_t ComputeHashCode() const override {6340 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue();[all …]
1956 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode()); in Equals()
357 if (hash == 0u && str->ComputeHashCode() != 0) { in IsStronglyInternedString()