Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h354 struct MethodKey { struct
361 MethodKey GetKey(const EncodedMethod* method) const; argument
362 uint32_t Hash(const MethodKey& method_key) const;
363 bool Compare(const MethodKey& method_key, const EncodedMethod* method) const;
368 using MethodsLookup = slicer::HashTable<const MethodKey&, EncodedMethod, MethodsHasher>;
/tools/dexter/slicer/
Ddex_ir.cc56 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const { in GetKey()
57 MethodKey method_key; in GetKey()
64 uint32_t MethodsHasher::Hash(const MethodKey& method_key) const { in Hash()
70 bool MethodsHasher::Compare(const MethodKey& method_key, const EncodedMethod* method) const { in Compare()
Ddex_ir_builder.cc45 ir::MethodKey method_key; in FindMethod()