Searched refs:ComputeHashCode (Results 1 – 5 of 5) sorted by relevance
73 result = ComputeHashCode(); in GetHashCode()
108 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()
1735 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode()); in Equals()