Searched refs:MethodsHasher (Results 1 – 2 of 2) sorted by relevance
57 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()
349 struct MethodsHasher { struct357 using MethodsLookup = slicer::HashTable<const MethodKey&, EncodedMethod, MethodsHasher>;