Lines Matching defs:hash

79         uint32_t hash = static_cast<uint32_t>(old_ref->GetStoredHashCode());  in VisitRoots()  local
109 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupWeak() local
117 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupStrong() local
125 uint32_t hash = Utf8String::Hash(utf16_length, utf8_data); in LookupStrong() local
133 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupWeakLocked() local
140 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupStrongLocked() local
150 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s, uint32_t hash) { in InsertStrong()
162 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s, uint32_t hash) { in InsertWeak()
171 void InternTable::RemoveStrong(ObjPtr<mirror::String> s, uint32_t hash) { in RemoveStrong()
175 void InternTable::RemoveWeak(ObjPtr<mirror::String> s, uint32_t hash) { in RemoveWeak()
203 uint32_t hash, in Insert()
255 uint32_t hash = Utf8String::Hash(utf16_length, utf8_data); in InternStrong() local
295 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in InternStrong() local
313 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in InternWeak() local
322 void InternTable::Table::Remove(ObjPtr<mirror::String> s, uint32_t hash) { in Remove()
337 uint32_t hash, in Find()
356 ObjPtr<mirror::String> InternTable::Table::Find(const Utf8String& string, uint32_t hash) { in Find()
378 void InternTable::Table::Insert(ObjPtr<mirror::String> s, uint32_t hash) { in Insert()