Home
last modified time | relevance | path

Searched refs:kDescriptor (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty.cc102 attributes, PropertyLocation::kDescriptor, in DataConstant()
119 attributes, PropertyLocation::kDescriptor, in AccessorConstant()
Dmap-updater.cc133 DCHECK_EQ(PropertyLocation::kDescriptor, new_location_); in GetValue()
136 DCHECK_EQ(PropertyLocation::kDescriptor, GetDetails(descriptor).location()); in GetValue()
825 : PropertyLocation::kDescriptor; in BuildDescriptorArray()
864 DCHECK_EQ(PropertyLocation::kDescriptor, next_location); in BuildDescriptorArray()
911 DCHECK_EQ(PropertyLocation::kDescriptor, next_location); in BuildDescriptorArray()
1023 old_details.location() == PropertyLocation::kDescriptor && in ConstructNewMap()
Dproperty-details.h91 enum class PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator
516 return b == PropertyLocation::kField || a == PropertyLocation::kDescriptor; in IsGeneralizableTo()
Dproperty-descriptor.cc76 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in ToPropertyDescriptorFastPath()
Djs-objects.cc338 if (details.location() == PropertyLocation::kDescriptor) { in FastAssign()
2140 if (details.location() == PropertyLocation::kDescriptor) { in FastGetOwnValuesOrEntries()
2901 } else if (o.GetDetails(i).location() == PropertyLocation::kDescriptor && in PrintInstanceMigration()
3008 if (details.location() == PropertyLocation::kDescriptor) { in MigrateFastToFast()
3098 if (old_details.location() == PropertyLocation::kDescriptor) { in MigrateFastToFast()
3240 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in MigrateFastToSlow()
4658 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in SlowReverseLookup()
Dmap-inl.h651 details.location() == PropertyLocation::kDescriptor) { in CanBeDeprecated()
Dlookup.cc1027 DCHECK_EQ(PropertyLocation::kDescriptor, property_details_.location()); in GetAccessorIndex()
1098 DCHECK_EQ(PropertyLocation::kDescriptor, property_details_.location()); in WriteDataValue()
Dmap.cc770 DCHECK_EQ(PropertyLocation::kDescriptor, new_details.location()); in TryReplayPropertyTransitions()
1778 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in CanHoldValue()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc301 if (details.location() == PropertyLocation::kDescriptor && in AddDescriptorsByTemplate()
323 if (details.location() == PropertyLocation::kDescriptor) { in AddDescriptorsByTemplate()
348 if (details.location() == PropertyLocation::kDescriptor && in AddDescriptorsByTemplate()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc823 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in ComputePropertyAccessInfo()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc320 case PropertyLocation::kDescriptor: in PrintProperties()
2669 case PropertyLocation::kDescriptor: in PrintDescriptorDetails()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1765 case PropertyLocation::kDescriptor: in ExtractPropertyReferences()
/third_party/node/deps/v8/src/ic/
Dic.cc2168 DCHECK_EQ(PropertyLocation::kDescriptor, in ComputeHandler()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6132 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in TransferNamedProperties()