Home | History | Annotate | Download | only in src

Lines Matching full:ismatch

3252 //     static bool IsMatch(Key key, Object* other);
3470 virtual bool IsMatch(Object* other) = 0;
3484 static inline bool IsMatch(HashTableKey* key, Object* value) {
3485 return key->IsMatch(value);
3548 static inline bool IsMatch(String* key, Object* value);
3748 static inline bool IsMatch(Handle<Name> key, Object* other);
3808 static inline bool IsMatch(uint32_t key, Object* other);
3936 static inline bool IsMatch(Handle<Object> key, Object* other);
4233 static inline bool IsMatch(Handle<Object> key, Object* other);
8620 static inline bool IsMatch(HashTableKey* key, Object* value) {
8621 return key->IsMatch(value);
8708 static inline bool IsMatch
8709 return key->IsMatch(value);
8726 // Rewrite IsMatch to get table + index as input rather than just the raw key.