Searched refs:old_representation (Results 1 – 2 of 2) sorted by relevance
2622 int descriptors, bool constant_to_field, Representation old_representation, in PrintGeneralization() argument2638 os << old_representation.Mnemonic() << "{"; in PrintGeneralization()3344 Representation old_representation = old_details.representation(); in MigrateFastToFast() local3358 DCHECK(!old_representation.IsDouble() && !representation.IsDouble()); in MigrateFastToFast()3368 if (!old_representation.IsDouble() && representation.IsDouble()) { in MigrateFastToFast()3369 if (old_representation.IsNone()) { in MigrateFastToFast()3373 } else if (old_representation.IsDouble() && in MigrateFastToFast()3375 value = Object::WrapForRead(isolate, value, old_representation); in MigrateFastToFast()3905 Representation old_representation = in GeneralizeFieldType() local3910 if (old_representation.Equals(new_representation) && in GeneralizeFieldType()[all …]
6823 Representation old_representation,