Home | History | Annotate | Download | only in src

Lines Matching refs:IsMatch

530   virtual bool IsMatch(Object* string) OVERRIDE {
560 virtual bool IsMatch(Object* string) OVERRIDE;
576 virtual bool IsMatch(Object* string) OVERRIDE {
590 virtual bool IsMatch(Object* string) OVERRIDE {
3128 Shape::IsMatch(key, element)) return entry;
6822 bool NumberDictionaryShape::IsMatch(uint32_t key, Object* other) {
6858 bool NameDictionaryShape::IsMatch(Handle<Name> key, Object* other) {
6889 bool ObjectHashTableShape::IsMatch(Handle<Object> key, Object* other) {
6918 bool WeakHashTableShape<entrysize>::IsMatch(Handle<Object> key, Object* other) {