Lines Matching refs:IsMatch
2668 // static bool IsMatch(Key key, Object* other);
2868 virtual bool IsMatch(Object* other) = 0;
2883 static inline bool IsMatch(HashTableKey* key, Object* value) {
2884 return key->IsMatch(value);
2942 static inline bool IsMatch(HashTableKey* key, Object* value) {
2943 return key->IsMatch(value);
3088 static inline bool IsMatch(String* key, Object* other);
3123 static inline bool IsMatch(uint32_t key, Object* other);
3225 static inline bool IsMatch(Object* key, Object* other);
6376 static inline bool IsMatch(HashTableKey* key, Object* value) {
6377 return key->IsMatch(value);
6482 static inline bool IsMatch(HashTableKey* key, Object* value) {
6483 return key->IsMatch(value);