Searched refs:GetDetails (Results 1 – 25 of 27) sorted by relevance
12
186 PropertyDetails details = descriptors->GetDetails(i); in CalculateCapacity()206 PropertyDetails details = descriptors->GetDetails(i); in Initialize()
81 os << FastPropertyDetails(d.GetDetails()); in operator <<()
91 map->instance_descriptors()->GetDetails(descriptor_index); in ForDescriptor()
34 PropertyDetails GetDetails() const { return details_; } in GetDetails() function
166 return descriptors->GetDetails(descriptor); in GetTargetDetails()
200 virtual PropertyDetails GetDetails(FixedArrayBase* backing_store,
2155 Representation o_r = o->GetDetails(i).representation(); in PrintInstanceMigration()2156 Representation n_r = n->GetDetails(i).representation(); in PrintInstanceMigration()2160 } else if (o->GetDetails(i).type() == DATA_CONSTANT && in PrintInstanceMigration()2161 n->GetDetails(i).type() == DATA) { in PrintInstanceMigration()2741 if (new_desc->GetDetails(i).representation().IsDouble() != in InstancesNeedRewriting()2742 old_desc->GetDetails(i).representation().IsDouble()) { in InstancesNeedRewriting()2936 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast()2938 PropertyDetails old_details = old_descriptors->GetDetails(i); in MigrateFastToFast()2981 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast()3046 if (descriptors->GetDetails(i).location() == kField) result++; in NumberOfFields()[all …]
59 PropertyDetails details = descs->GetDetails(i); in ToPropertyDescriptorFastPath()
264 PropertyDetails details = descriptors->GetDetails(i); in IsConsistentWithMap()
659 property_details_ = accessor->GetDetails(backing_store, number_); in LookupInHolder()666 property_details_ = descriptors->GetDetails(number_); in LookupInHolder()
2244 PropertyDetails details = desc->GetDetails(descriptor); in WriteToField()2841 return instance_descriptors()->GetDetails(LastAdded()); in GetLastDescriptorDetails()2916 return GetDetails(descriptor_number).pointer(); in GetSortedKeyIndex()2926 PropertyDetails details = GetDetails(descriptor_index); in SetSortedKey()2934 PropertyDetails details = GetDetails(descriptor_index); in SetRepresentation()2962 PropertyDetails DescriptorArray::GetDetails(int descriptor_number) { in GetDetails() function2970 return GetDetails(descriptor_number).type(); in GetType()2975 DCHECK(GetDetails(descriptor_number).location() == kField); in GetFieldIndex()2976 return GetDetails(descriptor_number).field_index(); in GetFieldIndex()2981 DCHECK(GetDetails(descriptor_number).location() == kField); in GetFieldType()[all …]
289 if (descriptors->GetDetails(i).type() == DATA) { in JSObjectVerify()290 Representation r = descriptors->GetDetails(i).representation(); in JSObjectVerify()
350 PropertyDetails details = descs->GetDetails(i); in PrintUsingMap()
543 PropertyDetails details = map->instance_descriptors()->GetDetails(i); in SerializeJSObject()
2752 array_descriptors->GetDetails(old).attributes()); in InstallNatives()3223 PropertyDetails details = descs->GetDetails(i); in TransferNamedProperties()3229 DCHECK(!descs->GetDetails(i).representation().IsDouble()); in TransferNamedProperties()
959 PropertyDetails GetDetails(FixedArrayBase* backing_store, in GetDetails() function in v8::internal::__anonb3fb79fb0111::ElementsAccessorBase
1555 PropertyDetails details = descs->GetDetails(i); in NewJSGlobalObject()
114 next_field_offset += f.GetDetails().field_width_in_words(); in CreateDescriptorArray()632 layout_descriptor = LayoutDescriptor::ShareAppend(map, d.GetDetails()); in TestLayoutDescriptorAppend()637 int field_width_in_words = f.GetDetails().field_width_in_words(); in TestLayoutDescriptorAppend()639 layout_descriptor = LayoutDescriptor::ShareAppend(map, f.GetDetails()); in TestLayoutDescriptorAppend()642 int field_index = f.GetDetails().field_index(); in TestLayoutDescriptorAppend()777 PropertyDetails details = descriptors->GetDetails(i); in TestLayoutDescriptorAppendIfFastOrUseFull()1194 PropertyDetails details = descriptors->GetDetails(i); in TestLayoutDescriptorHelper()1387 CHECK(descriptors->GetDetails(0).representation().IsDouble()); in TEST()
76 PropertyDetails details = descriptors->GetDetails(descriptor); in EqualDetails()
247 PropertyDetails const details = descriptors->GetDetails(number); in ComputePropertyAccessInfo()439 transition_map->instance_descriptors()->GetDetails(number); in LookupTransition()
454 PropertyDetails details = descriptors->GetDetails(descriptor); in CompileStoreTransition()
411 target->instance_descriptors()->GetDetails(descriptor); in ParseJsonObject()
2663 details_ = descriptors->GetDetails(number); in LookupDescriptor()2673 details_ = transition_->instance_descriptors()->GetDetails(number_); in LookupTransition()
5837 PropertyDetails details = descriptors->GetDetails(i); in IsFastLiteral()6435 transition()->instance_descriptors()->GetDetails(descriptor); in CanAccessMonomorphic()8699 return descriptors->GetDetails(number).IsReadOnly(); in IsReadOnlyLengthDescriptor()11872 PropertyDetails details = descriptors->GetDetails(i); in BuildEmitInObjectProperties()
1595 PropertyDetails details = descs->GetDetails(i); in ExtractPropertyReferences()