Searched refs:ComputeHashCode (Results 1 – 6 of 6) sorted by relevance
74 int32_t ComputeHashCode() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
198 result = ComputeHashCode(); in GetHashCode()
66 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
1499 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2228 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2266 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2301 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function2322 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function2349 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3166 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function3167 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue(); in ComputeHashCode()3435 size_t ComputeHashCode() const OVERRIDE { return type_index_; } in ComputeHashCode() function3510 size_t ComputeHashCode() const OVERRIDE { return string_index_; } in ComputeHashCode() function[all …]
266 size_t hash_code = instruction->ComputeHashCode(); in HashCode()
887 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode()); in Equals()