Lines Matching refs:next_constness
481 PropertyConstness next_constness = GeneralizeConstness( in BuildDescriptorArray() local
495 next_constness = PropertyConstness::kMutable; in BuildDescriptorArray()
498 DCHECK_IMPLIES(next_constness == PropertyConstness::kMutable, in BuildDescriptorArray()
518 isolate_, instance_type, &next_constness, &next_representation, in BuildDescriptorArray()
526 next_constness, next_representation, in BuildDescriptorArray()
536 DCHECK_EQ(PropertyConstness::kConst, next_constness); in BuildDescriptorArray()
559 PropertyConstness next_constness = old_details.constness(); in BuildDescriptorArray() local
573 next_constness, next_representation, *next_field_type)); in BuildDescriptorArray()
580 next_constness == PropertyConstness::kMutable); in BuildDescriptorArray()
582 next_constness, next_representation, in BuildDescriptorArray()
592 DCHECK_EQ(PropertyConstness::kConst, next_constness); in BuildDescriptorArray()