Searched refs:FindWithHash (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_table.cc59 auto existing_it = classes_.back().FindWithHash(descriptor, hash);
62 if (class_set.FindWithHash(descriptor, hash) != class_set.end()) {
97 auto it = class_set.FindWithHash(descriptor, hash);
/art/runtime/base/
H A Dhash_set.h368 return FindWithHash(key, hashfn_(key));
373 return FindWithHash(key, hashfn_(key));
377 iterator FindWithHash(const K& key, size_t hash) { function in class:art::HashSet
382 const_iterator FindWithHash(const K& key, size_t hash) const { function in class:art::HashSet

Completed in 60 milliseconds