Home
last modified time | relevance | path

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

/external/v8/src/
Dmap-updater.h142 PropertyConstness new_constness,
Dlookup.cc427 PropertyConstness new_constness = PropertyConstness::kConst; in PrepareForDataProperty() local
434 new_constness = PropertyConstness::kMutable; in PrepareForDataProperty()
437 new_constness = PropertyConstness::kMutable; in PrepareForDataProperty()
442 isolate(), old_map, descriptor_number(), new_constness, value); in PrepareForDataProperty()
446 if (constness() != new_constness || representation().IsNone()) { in PrepareForDataProperty()
Dmap-updater.cc177 PropertyConstness new_constness, in GeneralizeField() argument
180 Map::GeneralizeField(isolate_, map, modify_index, new_constness, in GeneralizeField()
Dobjects.cc4692 PropertyConstness new_constness, in UpdateFieldType() argument
4720 DCHECK_IMPLIES(new_constness != details.constness(), in UpdateFieldType()
4728 if ((FLAG_modify_map_inplace && new_constness != details.constness()) || in UpdateFieldType()
4731 new_constness == PropertyConstness::kMutable); in UpdateFieldType()
4734 new_constness, new_representation, new_wrapped_type); in UpdateFieldType()
4764 PropertyConstness new_constness, in GeneralizeField() argument
4778 IsGeneralizableTo(new_constness, old_constness)) || in GeneralizeField()
4779 (!FLAG_modify_map_inplace && (old_constness == new_constness))) && in GeneralizeField()
4801 new_constness = GeneralizeConstness(old_constness, new_constness); in GeneralizeField()
4808 field_owner->UpdateFieldType(isolate, modify_index, name, new_constness, in GeneralizeField()
/external/v8/src/objects/
Dmap.h480 int modify_index, PropertyConstness new_constness,
946 Handle<Name> name, PropertyConstness new_constness,