Home | History | Annotate | Download | only in src

Lines Matching refs:IsMatch

3096 //     static bool IsMatch(Key key, Object* other);
3308 virtual bool IsMatch(Object* other) = 0;
3322 static inline bool IsMatch(HashTableKey* key, Object* value) {
3323 return key->IsMatch(value);
3385 static inline bool IsMatch(String* key, Object* value);
3584 static inline bool IsMatch(Handle<Name> key, Object* other);
3643 static inline bool IsMatch(uint32_t key, Object* other);
3752 static inline bool IsMatch(Handle<Object> key, Object* other);
4028 static inline bool IsMatch(Handle<Object> key, Object* other);
8158 static inline bool IsMatch(HashTableKey* key, Object* value) {
8159 return key->IsMatch(value);
8223 static inline bool IsMatch(HashTableKey* key, Object* value) {
8224 return key->IsMatch(value);
8241 // Rewrite IsMatch to get table + index as input rather than just the raw key.