Home
last modified time | relevance | path

Searched refs:ComputeHashCode (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dstring-inl.h73 result = ComputeHashCode(); in GetHashCode()
Dstring.h108 int32_t ComputeHashCode() REQUIRES_SHARED(Locks::mutator_lock_);
Dstring.cc51 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
/art/compiler/optimizing/
Dgvn.cc297 size_t hash_code = instruction->ComputeHashCode(); in HashCode()
Dnodes.cc1735 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode()); in Equals()