Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h343 struct MethodKey { struct
350 MethodKey GetKey(const EncodedMethod* method) const; argument
351 uint32_t Hash(const MethodKey& method_key) const;
352 bool Compare(const MethodKey& method_key, const EncodedMethod* method) const;
357 using MethodsLookup = slicer::HashTable<const MethodKey&, EncodedMethod, MethodsHasher>;
/tools/dexter/slicer/
Ddex_ir.cc57 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const { in GetKey()
58 MethodKey method_key; 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()
Ddex_ir_builder.cc45 ir::MethodKey method_key; in FindMethod()