Home | History | Annotate | Download | only in src

Lines Matching refs:IsMatch

553   bool IsMatch(Object* string) override {
583 bool IsMatch(Object* string) override;
599 bool IsMatch(Object* string) override {
613 bool IsMatch(Object* string) override {
3096 if (element != the_hole && Shape::IsMatch(key, element)) return entry;
3102 bool StringSetShape::IsMatch(String* key, Object* value) {
7487 bool NumberDictionaryShape::IsMatch(uint32_t key, Object* other) {
7523 bool NameDictionaryShape::IsMatch(Handle<Name> key, Object* other) {
7583 bool ObjectHashTableShape::IsMatch(Handle<Object> key, Object* other) {
7617 bool WeakHashTableShape<entrysize>::IsMatch(Handle<Object> key, Object* other) {