Searched refs:kDescriptor (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | property.cc | 102 attributes, PropertyLocation::kDescriptor, in DataConstant() 119 attributes, PropertyLocation::kDescriptor, in AccessorConstant()
|
D | map-updater.cc | 133 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()
|
D | property-details.h | 91 enum class PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator 516 return b == PropertyLocation::kField || a == PropertyLocation::kDescriptor; in IsGeneralizableTo()
|
D | property-descriptor.cc | 76 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in ToPropertyDescriptorFastPath()
|
D | js-objects.cc | 338 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()
|
D | map-inl.h | 651 details.location() == PropertyLocation::kDescriptor) { in CanBeDeprecated()
|
D | lookup.cc | 1027 DCHECK_EQ(PropertyLocation::kDescriptor, property_details_.location()); in GetAccessorIndex() 1098 DCHECK_EQ(PropertyLocation::kDescriptor, property_details_.location()); in WriteDataValue()
|
D | map.cc | 770 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/ |
D | runtime-classes.cc | 301 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/ |
D | access-info.cc | 823 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in ComputePropertyAccessInfo()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 320 case PropertyLocation::kDescriptor: in PrintProperties() 2669 case PropertyLocation::kDescriptor: in PrintDescriptorDetails()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1765 case PropertyLocation::kDescriptor: in ExtractPropertyReferences()
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 2168 DCHECK_EQ(PropertyLocation::kDescriptor, in ComputeHandler()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 6132 DCHECK_EQ(PropertyLocation::kDescriptor, details.location()); in TransferNamedProperties()
|