Searched refs:old_details (Results 1 – 3 of 3) sorted by relevance
38 PropertyDetails old_details = GetSimpleTargetDetails(old_target); in Insert() local43 old_details.kind() == new_details.kind() && in Insert()44 old_details.attributes() == new_details.attributes()) { in Insert()
2938 PropertyDetails old_details = old_descriptors->GetDetails(i); in MigrateFastToFast() local2939 Representation old_representation = old_details.representation(); in MigrateFastToFast()2942 if (old_details.type() == ACCESSOR_CONSTANT) { in MigrateFastToFast()2951 } else if (old_details.type() == DATA_CONSTANT) { in MigrateFastToFast()3398 PropertyDetails old_details = old_descriptors->GetDetails(modify_index); in ReconfigureProperty() local3399 Representation old_representation = old_details.representation(); in ReconfigureProperty()3402 DCHECK_EQ(new_kind, old_details.kind()); in ReconfigureProperty()3403 DCHECK_EQ(new_attributes, old_details.attributes()); in ReconfigureProperty()3404 DCHECK_EQ(DATA, old_details.type()); in ReconfigureProperty()3447 PropertyDetails old_details = old_descriptors->GetDetails(modify_index); in ReconfigureProperty() local[all …]
67 PropertyDetails old_details = it.property_details(); in DeclareGlobals() local71 if (old_details.IsReadOnly() || old_details.IsDontEnum() || in DeclareGlobals()72 old_details.type() == ACCESSOR_CONSTANT) { in DeclareGlobals()