Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc2622 int descriptors, bool constant_to_field, Representation old_representation, in PrintGeneralization() argument
2638 os << old_representation.Mnemonic() << "{"; in PrintGeneralization()
3344 Representation old_representation = old_details.representation(); in MigrateFastToFast() local
3358 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() local
3910 if (old_representation.Equals(new_representation) && in GeneralizeFieldType()
[all …]
Dobjects.h6823 Representation old_representation,