Searched refs:ComputeHashCode (Results 1 – 6 of 6) sorted by relevance
75 int32_t ComputeHashCode() SHARED_REQUIRES(Locks::mutator_lock_);
221 result = ComputeHashCode(); in GetHashCode()
67 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
312 size_t hash_code = instruction->ComputeHashCode(); in HashCode()
2002 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2507 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function2536 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function2575 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2607 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2658 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5025 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function5026 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue(); in ComputeHashCode()5369 size_t ComputeHashCode() const OVERRIDE { return type_index_; } in ComputeHashCode() function5532 size_t ComputeHashCode() const OVERRIDE { return string_index_; } in ComputeHashCode() function[all …]
1337 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode()); in Equals()