Lines Matching refs:IsMatch
3260 virtual bool IsMatch(Object* other) = 0;
3274 static inline bool IsMatch(HashTableKey* key, Object* value) { in IsMatch() function
3275 return key->IsMatch(value); in IsMatch()
3524 static inline bool IsMatch(Handle<Name> key, Object* other);
3576 static inline bool IsMatch(uint32_t key, Object* other);
3675 static inline bool IsMatch(Handle<Object> key, Object* other);
3942 static inline bool IsMatch(Handle<Object> key, Object* other);
7857 static inline bool IsMatch(HashTableKey* key, Object* value) { in DEFINE_OPERATORS_FOR_FLAGS()
7858 return key->IsMatch(value); in DEFINE_OPERATORS_FOR_FLAGS()
7973 static inline bool IsMatch(HashTableKey* key, Object* value) { in IsMatch() function
7974 return key->IsMatch(value); in IsMatch()