Searched refs:MethodKey (Results 1 – 3 of 3) sorted by relevance
354 struct MethodKey { struct361 MethodKey GetKey(const EncodedMethod* method) const; argument362 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>;
56 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()
45 ir::MethodKey method_key; in FindMethod()