Lines Matching refs:PropertyConstness
3939 PropertyConstness constness, in CopyWithField()
3955 constness = PropertyConstness::kMutable; in CopyWithField()
3966 constness == PropertyConstness::kMutable); in CopyWithField()
3988 PropertyConstness::kConst, representation, flag); in CopyWithConstant()
4556 details = details.CopyWithConstness(PropertyConstness::kMutable); in GeneralizeAllFields()
4583 if (details.constness() != PropertyConstness::kMutable || in CopyGeneralizeAllFields()
4692 PropertyConstness new_constness, in UpdateFieldType()
4731 new_constness == PropertyConstness::kMutable); in UpdateFieldType()
4764 PropertyConstness new_constness, in GeneralizeField()
4770 PropertyConstness old_constness = old_details.constness(); in GeneralizeField()
4832 PropertyConstness::kConst, in ReconfigureProperty()
4855 PropertyConstness::kMutable, in GeneralizeAllFields()
6550 DCHECK_EQ(PropertyConstness::kMutable, details.constness()); in MigrateSlowToFast()
6560 PropertyConstness constness = in MigrateSlowToFast()
6562 ? PropertyConstness::kConst in MigrateSlowToFast()
6563 : PropertyConstness::kMutable; in MigrateSlowToFast()
9874 PropertyConstness constness, Object* value) { in CanHoldValue()
9888 DCHECK_EQ(PropertyConstness::kConst, details.constness()); in CanHoldValue()
9904 PropertyConstness constness, in UpdateDescriptorForValue()
9926 PropertyConstness constness, in PrepareForDataProperty()
9939 PropertyConstness constness, in TransitionToDataProperty()