Searched refs:ComputeHashCode (Results 1 – 6 of 6) sorted by relevance
73 result = ComputeHashCode(); in GetHashCode()
104 int32_t ComputeHashCode() REQUIRES_SHARED(Locks::mutator_lock_);
51 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
297 size_t hash_code = instruction->ComputeHashCode(); in HashCode()
2360 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2934 size_t ComputeHashCode() const override { return 0; } in ComputeHashCode() function2967 size_t ComputeHashCode() const override { return GetValue(); } in ComputeHashCode() function3011 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3047 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3104 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5822 size_t ComputeHashCode() const override { in ComputeHashCode() function5823 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue(); in ComputeHashCode()6321 size_t ComputeHashCode() const override { return type_index_.index_; } in ComputeHashCode() function6556 size_t ComputeHashCode() const override { return string_index_.index_; } in ComputeHashCode() function[all …]
1735 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode()); in Equals()