Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir.cc57 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const { in GetKey()
65 uint32_t MethodsHasher::Hash(const MethodKey& method_key) const { in Hash()
71 bool MethodsHasher::Compare(const MethodKey& method_key, const EncodedMethod* method) const { in Compare()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h349 struct MethodsHasher { struct
357 using MethodsLookup = slicer::HashTable<const MethodKey&, EncodedMethod, MethodsHasher>;