Home
last modified time | relevance | path

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

/external/v8/src/
Dmap-updater.cc121 Representation old_representation = old_details.representation(); in ReconfigureToDataField() local
122 new_representation_ = representation.generalize(old_representation); in ReconfigureToDataField()
129 Map::GeneralizeFieldType(old_representation, old_field_type, in ReconfigureToDataField()
206 Representation old_representation = old_details.representation(); in TryRecofigureToDataFieldInplace() local
207 if (!old_representation.IsNone()) { in TryRecofigureToDataFieldInplace()
217 old_nof_, false, old_representation, new_representation_, in TryRecofigureToDataFieldInplace()
Dobjects.cc3257 Representation old_representation, Representation new_representation, in PrintGeneralization() argument
3272 os << old_representation.Mnemonic() << "{"; in PrintGeneralization()
4234 Representation old_representation = old_details.representation(); in MigrateFastToFast() local
4250 DCHECK(!old_representation.IsDouble() && !representation.IsDouble()); in MigrateFastToFast()
4264 if (!old_representation.IsDouble() && representation.IsDouble()) { in MigrateFastToFast()
4265 DCHECK_IMPLIES(old_representation.IsNone(), in MigrateFastToFast()
4268 } else if (old_representation.IsDouble() && in MigrateFastToFast()
4270 value = Object::WrapForRead(isolate, value, old_representation); in MigrateFastToFast()
4771 Representation old_representation = old_details.representation(); in GeneralizeField() local
4780 old_representation.Equals(new_representation) && in GeneralizeField()
[all …]
/external/v8/src/objects/
Dmap.h957 Representation old_representation, Representation new_representation,