Home
last modified time | relevance | path

Searched refs:FindWithHash (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dhash_set.h233 return FindWithHash(element, hashfn_(element)); in Find()
236 Iterator FindWithHash(const K& element, size_t hash) { in FindWithHash() function
/art/runtime/
Ddex_file.cc427 auto it = index->FindWithHash(descriptor, hash); in FindClassDef()
Dclass_linker.cc3299 auto existing_it = class_table_.FindWithHash(std::make_pair(descriptor, klass->GetClassLoader()), in UpdateClass()
3381 auto it = pre_zygote_class_table_.FindWithHash(descriptor_pair, hash); in LookupClassFromTableLocked()
3383 it = class_table_.FindWithHash(descriptor_pair, hash); in LookupClassFromTableLocked()