Home
last modified time | relevance | path

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

/external/v8/src/
Dmap-updater.cc481 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()
[all …]