Home | History | Annotate | Download | only in src

Lines Matching defs:IsMatch

3350 //     static bool IsMatch(Key key, Object* other);
3558 virtual bool IsMatch(Object* other) = 0;
3573 static inline bool IsMatch(HashTableKey* key, Object* value) {
3574 return key->IsMatch(value);
3639 static inline bool IsMatch(HashTableKey* key, Object* value) {
3640 return key->IsMatch(value);
3793 static inline bool IsMatch(Name* key, Object* other);
3829 static inline bool IsMatch(uint32_t key, Object* other);
3932 static inline bool IsMatch(Object* key, Object* other);
7552 static inline bool IsMatch(HashTableKey* key, Object* value) {
7553 return key->IsMatch(value);
7655 static inline bool IsMatch(HashTableKey* key, Object* value) {
7656 return key->IsMatch(value);