Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-type.cc63 bool FieldType::NowIs(FieldType* other) { in NowIs() function in v8::internal::FieldType
73 bool FieldType::NowIs(Handle<FieldType> other) { return NowIs(*other); } in NowIs() function in v8::internal::FieldType
Dfield-type.h42 bool NowIs(FieldType* other);
43 bool NowIs(Handle<FieldType> other);
Dmap-updater.cc211 ->NowIs(new_field_type_)); in TryRecofigureToDataFieldInplace()
260 if (!new_field_type_->NowIs(old_field_type)) { in FindRootMap()
339 DCHECK(new_field_type_->NowIs( in FindTargetMap()
565 if (!descriptors->GetFieldType(i)->NowIs(next_field_type)) { in FindSplitMap()
Dobjects.cc4010 if (type1->NowIs(type2)) return type2; in GeneralizeFieldType()
4011 if (type2->NowIs(type1)) return type1; in GeneralizeFieldType()
4036 new_field_type->NowIs(old_field_type)) { in GeneralizeField()
4039 ->NowIs(old_field_type)); in GeneralizeField()
4176 !old_type->NowIs(new_type)) { in TryReplayPropertyTransitions()
/external/v8/src/ast/
Dast-types.h813 bool NowIs(AstType* that);
Dast-types.cc586 bool AstType::NowIs(AstType* that) { in NowIs() function in v8::internal::AstType