Home
last modified time | relevance | path

Searched refs:Lookup (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dhash_table.h67 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() function
176 assert(Lookup(hasher_.GetKey(value)) == nullptr); in Insert()
192 T* HashTable<Key, T, Hash>::Lookup(const Key& key) const { in Lookup() function
195 auto value = full_table_->Lookup(key, hash_value); in Lookup()
200 return insertion_table_->Lookup(key, hash_value); in Lookup()
/tools/dexter/slicer/
Ddex_ir_builder.cc49 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()