Searched refs:Lookup (Results 1 – 2 of 2) sorted by relevance
67 T* Lookup(const Key& key, uint32_t hash_value) const;97 T* Lookup(const Key& key) const;147 T* HashTable<Key, T, Hash>::Partition::Lookup(const Key& key, uint32_t hash_value) const { in Lookup() function176 assert(Lookup(hasher_.GetKey(value)) == nullptr); in Insert()192 T* HashTable<Key, T, Hash>::Lookup(const Key& key) const { in Lookup() function195 auto value = full_table_->Lookup(key, hash_value); in Lookup()200 return insertion_table_->Lookup(key, hash_value); in Lookup()
49 return dex_ir_->methods_lookup.Lookup(method_key); in FindMethod()53 return dex_ir_->prototypes_lookup.Lookup(signature); in FindPrototype()57 return dex_ir_->strings_lookup.Lookup(cstr); in FindAsciiString()