Home
last modified time | relevance | path

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

/external/v8/src/
Dtransitions.cc38 PropertyDetails old_details = GetSimpleTargetDetails(old_target); in Insert() local
43 old_details.kind() == new_details.kind() && in Insert()
44 old_details.attributes() == new_details.attributes()) { in Insert()
Dobjects.cc2938 PropertyDetails old_details = old_descriptors->GetDetails(i); in MigrateFastToFast() local
2939 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() local
3399 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 …]
/external/v8/src/runtime/
Druntime-scopes.cc67 PropertyDetails old_details = it.property_details(); in DeclareGlobals() local
71 if (old_details.IsReadOnly() || old_details.IsDontEnum() || in DeclareGlobals()
72 old_details.type() == ACCESSOR_CONSTANT) { in DeclareGlobals()