Home
last modified time | relevance | path

Searched refs:NowIs (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dfield-type.cc61 bool FieldType::NowIs(FieldType* other) { in NowIs() function in v8::internal::FieldType
71 bool FieldType::NowIs(Handle<FieldType> other) { return NowIs(*other); } in NowIs() function in v8::internal::FieldType
Dfield-type.h36 bool NowIs(FieldType* other);
37 bool NowIs(Handle<FieldType> other);
Dmap-updater.cc231 ->NowIs(new_field_type_)); in TryRecofigureToDataFieldInplace()
289 if (!new_field_type_->NowIs(old_field_type)) { in FindRootMap()
385 DCHECK(new_field_type_->NowIs( in FindTargetMap()
632 if (!descriptors->GetFieldType(i)->NowIs(next_field_type)) { in FindSplitMap()
Dobjects.cc4757 if (type1->NowIs(type2)) return type2; in GeneralizeFieldType()
4758 if (type2->NowIs(type1)) return type1; in GeneralizeFieldType()
4784 new_field_type->NowIs(old_field_type)) { in GeneralizeField()
4787 ->NowIs(old_field_type)); in GeneralizeField()
4939 !old_type->NowIs(new_type)) { in TryReplayPropertyTransitions()