Home | History | Annotate | Download | only in src

Lines Matching refs:IsMatch

3153 //     static bool IsMatch(Key key, Object* other);
3370 virtual bool IsMatch(Object* other) = 0;
3384 static inline bool IsMatch(HashTableKey* key, Object* value) {
3385 return key->IsMatch(value);
3445 static inline bool IsMatch(HashTableKey* key, Object* value) {
3446 return key->IsMatch(value);
3607 static inline bool IsMatch(Handle<Name> key, Object* other);
3639 static inline bool IsMatch(uint32_t key, Object* other);
3743 static inline bool IsMatch(Handle<Object> key, Object* other);
4006 static inline bool IsMatch(Handle<Object> key, Object* other);
7841 static inline bool IsMatch(HashTableKey* key, Object* value) {
7842 return key->IsMatch(value);
7942 static inline bool IsMatch(HashTableKey* key, Object* value) {
7943 return key->IsMatch(value);