/third_party/node/deps/v8/src/objects/ |
H A D | map-updater.cc | 109 PropertyDetails MapUpdater::GetDetails(InternalIndex descriptor) const { in GetDetails() function in v8::internal::MapUpdater 122 attributes = old_descriptors_->GetDetails(descriptor).attributes(); in GetDetails() 127 return old_descriptors_->GetDetails(descriptor); in GetDetails() 136 DCHECK_EQ(PropertyLocation::kDescriptor, GetDetails(descriptor).location()); in GetValue() 146 DCHECK_EQ(PropertyLocation::kField, GetDetails(descriptor).location()); in GetFieldType() 154 // |location| is just a pre-fetched GetDetails(descriptor).location(). in GetOrComputeFieldType() 155 DCHECK_EQ(location, GetDetails(descriptor).location()); in GetOrComputeFieldType() 166 // |location| is just a pre-fetched GetDetails(descriptor).location(). in GetOrComputeFieldType() 167 DCHECK_EQ(descriptors->GetDetails(descriptor).location(), location); in GetOrComputeFieldType() 194 old_descriptors_->GetDetails(modified_descriptor in ReconfigureToDataField() [all...] |
H A D | descriptor-array-inl.h | 128 return GetDetails(InternalIndex(descriptor_number)).pointer(); in GetSortedKeyIndex() 142 PropertyDetails details = GetDetails(InternalIndex(descriptor_number)); in SetSortedKey() 176 PropertyDetails DescriptorArray::GetDetails(InternalIndex descriptor_number) { in GetDetails() function in v8::internal::DescriptorArray 191 DCHECK_EQ(GetDetails(descriptor_number).location(), PropertyLocation::kField); in GetFieldIndex() 192 return GetDetails(descriptor_number).field_index(); in GetFieldIndex() 202 DCHECK_EQ(GetDetails(descriptor_number).location(), PropertyLocation::kField); in GetFieldType() 217 Set(descriptor_number, key, value, desc->GetDetails()); in Set()
|
H A D | map.cc | 512 if (new_desc.GetDetails(i).representation().IsDouble() != in InstancesNeedRewriting() 513 old_desc.GetDetails(i).representation().IsDouble()) { in InstancesNeedRewriting() 539 if (descriptors.GetDetails(i).location() == PropertyLocation::kField) 550 PropertyDetails details = descriptors.GetDetails(i); 639 .GetDetails(descriptor) 673 PropertyDetails old_details = old_descriptors.GetDetails(i); 726 PropertyDetails old_details = old_descriptors.GetDetails(i); 736 PropertyDetails new_details = new_descriptors.GetDetails(i); 1086 if ((descs.GetDetails(i).attributes() & ONLY_ENUMERABLE) == 0 && in NumberOfEnumerableProperties() 1099 PropertyDetails details = descs.GetDetails(InternalInde in NextFreePropertyIndex() [all...] |
H A D | field-index-inl.h | 72 .GetDetails(descriptor_index);
|
H A D | property.h | 31 PropertyDetails GetDetails() const { return details_; } in GetDetails() function in v8::internal::final
|
H A D | map-updater.h | 167 inline PropertyDetails GetDetails(InternalIndex descriptor) const;
|
H A D | map-inl.h | 205 return instance_descriptors(isolate).GetDetails(LastAdded()); in GetLastDescriptorDetails() 648 PropertyDetails details = instance_descriptors(kRelaxedLoad).GetDetails(i); in CanBeDeprecated() 725 PropertyDetails details = desc->GetDetails(); in AppendDescriptor()
|
H A D | descriptor-array.h | 83 inline PropertyDetails GetDetails(InternalIndex descriptor_number);
|
H A D | elements.h | 196 virtual PropertyDetails GetDetails(JSObject holder, InternalIndex entry) = 0;
|
H A D | property-descriptor.cc | 62 PropertyDetails details = descs->GetDetails(i); in ToPropertyDescriptorFastPath()
|
H A D | keys.cc | 409 PropertyDetails details = descriptors->GetDetails(i); in GetFastEnumPropertyKeys() 426 PropertyDetails details = descriptors->GetDetails(i); in GetFastEnumPropertyKeys() 765 PropertyDetails details = descs->GetDetails(i); in CollectOwnPropertyNamesInternal() 996 PropertyDetails details = descs->GetDetails(i); in CollectOwnPropertyNames()
|
H A D | js-objects.cc | 335 PropertyDetails details = descriptors->GetDetails(i); in FastAssign() 2137 PropertyDetails details = descriptors->GetDetails(index); in FastGetOwnValuesOrEntries() 2896 Representation o_r = o.GetDetails(i).representation(); in PrintInstanceMigration() 2897 Representation n_r = n.GetDetails(i).representation(); in PrintInstanceMigration() 2901 } else if (o.GetDetails(i).location() == PropertyLocation::kDescriptor && in PrintInstanceMigration() 2902 n.GetDetails(i).location() == PropertyLocation::kField) { in PrintInstanceMigration() 3091 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast() 3094 PropertyDetails old_details = old_descriptors->GetDetails(i); in MigrateFastToFast() 3135 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast() 3222 PropertyDetails details = descs->GetDetails( in MigrateFastToSlow() [all...] |
H A D | transitions-inl.h | 118 return descriptors.GetDetails(descriptor);
|
H A D | lookup.cc | 425 property_details_ = new_map->instance_descriptors(isolate_).GetDetails( in PrepareForDataProperty() 1347 property_details_ = accessor->GetDetails(js_object, number_); in LookupInRegularHolder() 1358 property_details_ = descriptors.GetDetails(number_); in LookupInRegularHolder()
|
/third_party/node/src/ |
H A D | node_perf.h | 107 static v8::MaybeLocal<v8::Object> GetDetails( in GetDetails() function 110 return Traits::GetDetails(env, entry); in GetDetails() 123 if (!Traits::GetDetails(env, *this).ToLocal(&detail)) { in Notify() 156 static v8::MaybeLocal<v8::Object> GetDetails(
|
H A D | node_perf.cc | 130 MaybeLocal<Object> GCPerformanceEntryTraits::GetDetails( in GetDetails() function in node::performance::GCPerformanceEntryTraits
|
H A D | node_http2.h | 947 static v8::MaybeLocal<v8::Object> GetDetails( 959 static v8::MaybeLocal<v8::Object> GetDetails(
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-utils.cc | 152 .GetDetails(kExecIndex) in IsUnmodifiedRegExp()
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 231 PropertyDetails details = descriptors->GetDetails(descriptor); in StoreOwnTransition() 266 PropertyDetails details = descriptors->GetDetails(descriptor); in StoreTransition()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.cc | 417 PropertyDetails const details = descriptors->GetDetails(descriptor); in ComputeDataFieldAccessInfo() 704 *details_out = descriptors.GetDetails(*index_out); in TryLoadPropertyDetails() 1102 PropertyDetails const details = descriptors->GetDetails(number); in LookupTransition()
|
H A D | compilation-dependencies.cc | 667 .GetDetails(descriptor_) 678 .GetDetails(descriptor_) 764 .GetDetails(descriptor_) 775 .GetDetails(descriptor_)
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 300 PropertyDetails details = descriptors_template->GetDetails(i); in AddDescriptorsByTemplate() 322 PropertyDetails details = descriptors_template->GetDetails(i); in AddDescriptorsByTemplate()
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.cc | 304 PropertyDetails details = descs.GetDetails(i); in PrintUsingMap()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 481 map->instance_descriptors(kRelaxedLoad).GetDetails(i); in SerializeMap() 872 map->instance_descriptors(kRelaxedLoad).GetDetails(i); in DiscoverObject() 976 map->instance_descriptors(kRelaxedLoad).GetDetails(i); in SerializeObject() 1961 PropertyDetails details = raw_descriptors.GetDetails(InternalIndex(i)); in DeserializeObjects()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 517 target->instance_descriptors(isolate_).GetDetails(descriptor_index); in BuildJsonObject() 595 map->instance_descriptors(isolate()).GetDetails(descriptor_index); in BuildJsonObject()
|