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