Lines Matching refs:constness
178 PropertyConstness constness,
199 new_constness_ = GeneralizeConstness(constness, old_details.constness());
494 old_details.constness(), new_constness_,
676 GeneralizeField(tmp_map, i, old_details.constness(), tmp_representation,
701 DCHECK(IsGeneralizableTo(new_constness_, details.constness()));
815 old_details.constness(), target_details.constness());
818 // property constness.
882 PropertyConstness next_constness = old_details.constness();
945 if (details.constness() != next_details.constness()) break;
1026 old_details.constness(), new_details.constness(), old_field_type,
1092 PropertyConstness constness) {
1109 descriptor, attributes, constness, Representation::None(),
1126 if (new_constness != details.constness() && map->is_prototype_map()) {
1152 if (new_constness != details.constness() ||
1176 PropertyConstness old_constness = old_details.constness();
1181 // Return if the current map is general enough to hold requested constness and