Home
last modified time | relevance | path

Searched refs:GetInObjectProperties (Results 1 – 25 of 71) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-inobject-slack-tracking.cc144 CHECK_LT(5, obj->map().GetInObjectProperties()); in TEST()
161 CHECK_EQ(3, obj->map().GetInObjectProperties()); in TEST()
205 CHECK_LT(5, obj3->map().GetInObjectProperties()); in TEST()
225 CHECK_EQ(5, obj1->map().GetInObjectProperties()); in TEST()
228 CHECK_EQ(5, obj3->map().GetInObjectProperties()); in TEST()
231 CHECK_EQ(5, obj5->map().GetInObjectProperties()); in TEST()
290 CHECK_LT(5, obj->map().GetInObjectProperties()); in TEST()
307 CHECK_EQ(3, obj->map().GetInObjectProperties()); in TEST()
374 CHECK_LT(10, obj->map().GetInObjectProperties()); in TEST()
399 CHECK_EQ(6, obj->map().GetInObjectProperties()); in TEST()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dfield-index-inl.h27 int inobject_properties = map->GetInObjectProperties(); in ForPropertyIndex()
63 FieldIndex result(is_inobject, offset, encoding, map->GetInObjectProperties(), in ForLoadByFieldIndex()
H A Dlayout-descriptor-inl.h156 int inobject_properties = map->GetInObjectProperties(); in CalculateCapacity()
190 int inobject_properties = map->GetInObjectProperties(); in Initialize()
H A Dlayout-descriptor.cc48 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend()
75 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap-inl.h184 int limit = std::max({kMaxFastProperties, GetInObjectProperties()}); in TooManyFastProperties()
189 int external = counts.mutable_count() - GetInObjectProperties(); in TooManyFastProperties()
192 int limit = std::max({kFastPropertiesSoftLimit, GetInObjectProperties()}); in TooManyFastProperties()
194 GetInObjectProperties(); in TooManyFastProperties()
314 int Map::GetInObjectProperties() const { in GetInObjectProperties() function
404 DCHECK_LE(value, GetInObjectProperties()); in SetInObjectUnusedPropertyFields()
405 int used_inobject_properties = GetInObjectProperties() - value; in SetInObjectUnusedPropertyFields()
843 map->GetInObjectProperties(), in CopyInitialMap()
H A Dmap.cc452 int target_inobject = target.GetInObjectProperties(); in InstancesNeedRewriting()
486 if (target_inobject == GetInObjectProperties()) return false; in InstancesNeedRewriting()
490 DCHECK(target_inobject < GetInObjectProperties()); in InstancesNeedRewriting()
532 return GetInObjectProperties() < in HasOutOfObjectProperties()
1218 new_instance_size -= map->GetInObjectProperties() * kTaggedSize; in CopyNormalized()
1223 mode == CLEAR_INOBJECT_PROPERTIES ? 0 : map->GetInObjectProperties()); in CopyNormalized()
1312 map->IsJSObjectMap() ? map->GetInObjectProperties() : 0); in CopyDropDescriptors()
1569 initial_map->GetInObjectProperties(), in AsLanguageMode()
1634 DCHECK_EQ(copy->GetInObjectProperties(), inobject_properties); in Create()
2109 mode == CLEAR_INOBJECT_PROPERTIES ? 0 : other.GetInObjectProperties(); in EquivalentToForNormalization()
[all …]
H A Dfield-index-inl.h26 int inobject_properties = map.GetInObjectProperties(); in ForPropertyIndex()
H A Dmap.h210 inline int GetInObjectProperties() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap-inl.h166 int limit = Max(kMaxFastProperties, GetInObjectProperties()); in TooManyFastProperties()
171 int external = counts.mutable_count() - GetInObjectProperties(); in TooManyFastProperties()
174 int limit = Max(kFastPropertiesSoftLimit, GetInObjectProperties()); in TooManyFastProperties()
175 int external = NumberOfFields() - GetInObjectProperties(); in TooManyFastProperties()
290 int Map::GetInObjectProperties() const { in GetInObjectProperties() function
379 DCHECK_LE(value, GetInObjectProperties()); in SetInObjectUnusedPropertyFields()
380 int used_inobject_properties = GetInObjectProperties() - value; in SetInObjectUnusedPropertyFields()
798 map->GetInObjectProperties(), in CopyInitialMap()
H A Dlayout-descriptor-inl.h156 int inobject_properties = map.GetInObjectProperties(); in CalculateCapacity()
189 int inobject_properties = map.GetInObjectProperties(); in Initialize()
H A Dlayout-descriptor.cc46 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend()
72 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull()
H A Dfield-index-inl.h25 int inobject_properties = map.GetInObjectProperties(); in ForPropertyIndex()
H A Dmap.cc528 int target_inobject = target.GetInObjectProperties(); in InstancesNeedRewriting()
557 if (target_inobject == GetInObjectProperties()) return false; in InstancesNeedRewriting()
561 DCHECK(target_inobject < GetInObjectProperties()); in InstancesNeedRewriting()
600 return GetInObjectProperties() < NumberOfFields(); in HasOutOfObjectProperties()
1542 new_instance_size -= map->GetInObjectProperties() * kTaggedSize; in CopyNormalized()
1547 mode == CLEAR_INOBJECT_PROPERTIES ? 0 : map->GetInObjectProperties()); in CopyNormalized()
1643 map->IsJSObjectMap() ? map->GetInObjectProperties() : 0); in CopyDropDescriptors()
1934 initial_map->GetInObjectProperties(), in AsLanguageMode()
2003 DCHECK_EQ(copy->GetInObjectProperties(), inobject_properties); in Create()
2505 mode == CLEAR_INOBJECT_PROPERTIES ? 0 : other.GetInObjectProperties(); in EquivalentToForNormalization()
[all …]
H A Dmap.h220 inline int GetInObjectProperties() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap-inl.h175 int limit = std::max({kMaxFastProperties, GetInObjectProperties()}); in TooManyFastProperties()
180 int external = counts.mutable_count() - GetInObjectProperties(); in TooManyFastProperties()
183 int limit = std::max({kFastPropertiesSoftLimit, GetInObjectProperties()}); in TooManyFastProperties()
184 int external = NumberOfFields() - GetInObjectProperties(); in TooManyFastProperties()
297 int Map::GetInObjectProperties() const { in GetInObjectProperties() function
386 DCHECK_LE(value, GetInObjectProperties()); in SetInObjectUnusedPropertyFields()
387 int used_inobject_properties = GetInObjectProperties() - value; in SetInObjectUnusedPropertyFields()
810 map->GetInObjectProperties(), in CopyInitialMap()
H A Dlayout-descriptor-inl.h157 int inobject_properties = map.GetInObjectProperties(); in CalculateCapacity()
191 int inobject_properties = map.GetInObjectProperties(); in Initialize()
H A Dlayout-descriptor.cc46 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend()
72 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull()
H A Dfield-index-inl.h25 int inobject_properties = map.GetInObjectProperties(); in ForPropertyIndex()
H A Dmap.cc522 int target_inobject = target.GetInObjectProperties(); in InstancesNeedRewriting()
551 if (target_inobject == GetInObjectProperties()) return false; in InstancesNeedRewriting()
555 DCHECK(target_inobject < GetInObjectProperties()); in InstancesNeedRewriting()
594 return GetInObjectProperties() < NumberOfFields(); in HasOutOfObjectProperties()
1553 new_instance_size -= map->GetInObjectProperties() * kTaggedSize; in CopyNormalized()
1558 mode == CLEAR_INOBJECT_PROPERTIES ? 0 : map->GetInObjectProperties()); in CopyNormalized()
1652 map->IsJSObjectMap() ? map->GetInObjectProperties() : 0); in CopyDropDescriptors()
1939 initial_map->GetInObjectProperties(), in AsLanguageMode()
2011 DCHECK_EQ(copy->GetInObjectProperties(), inobject_properties); in Create()
2518 mode == CLEAR_INOBJECT_PROPERTIES ? 0 : other.GetInObjectProperties(); in EquivalentToForNormalization()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmap-inl.h144 int limit = Max(minimum, GetInObjectProperties()); in TooManyFastProperties()
145 int external = NumberOfFields() - GetInObjectProperties(); in TooManyFastProperties()
251 int Map::GetInObjectProperties() const { in GetInObjectProperties() function
328 DCHECK_LE(value, GetInObjectProperties()); in SetInObjectUnusedPropertyFields()
329 int used_inobject_properties = GetInObjectProperties() - value; in SetInObjectUnusedPropertyFields()
705 return CopyInitialMap(map, map->instance_size(), map->GetInObjectProperties(), in CopyInitialMap()
H A Dmap.h186 inline int GetInObjectProperties() const;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-create-lowering.cc225 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceJSCreate()
536 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceJSCreateGeneratorObject()
586 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceNewArray()
631 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceNewArray()
687 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceNewArray()
1077 for (int i = 0; i < function_map->GetInObjectProperties(); i++) { in ReduceJSCreateClosure()
1257 for (int i = 0; i < map->GetInObjectProperties(); i++) { in ReduceJSCreateEmptyLiteralObject()
1712 inobject_fields.reserve(boilerplate_map->GetInObjectProperties()); in AllocateFastLiteral()
1764 int const boilerplate_length = boilerplate_map->GetInObjectProperties(); in AllocateFastLiteral()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-create-lowering.cc977 for (int i = 0; i < function_map.GetInObjectProperties(); i++) { in ReduceJSCreateClosure()
1163 for (int i = 0; i < map.GetInObjectProperties(); i++) { in ReduceJSCreateEmptyLiteralObject()
1709 inobject_fields.reserve(boilerplate_map.GetInObjectProperties()); in TryAllocateFastLiteral()
1791 int const boilerplate_length = boilerplate_map.GetInObjectProperties(); in TryAllocateFastLiteral()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-create-lowering.cc973 for (int i = 0; i < function_map.GetInObjectProperties(); i++) { in ReduceJSCreateClosure()
1159 for (int i = 0; i < map.GetInObjectProperties(); i++) { in ReduceJSCreateEmptyLiteralObject()
1631 inobject_fields.reserve(boilerplate_map.GetInObjectProperties()); in AllocateFastLiteral()
1701 int const boilerplate_length = boilerplate_map.GetInObjectProperties(); in AllocateFastLiteral()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-create-lowering.cc988 for (int i = 0; i < function_map.GetInObjectProperties(); i++) { in ReduceJSCreateClosure()
1175 for (int i = 0; i < map.GetInObjectProperties(); i++) { in ReduceJSCreateEmptyLiteralObject()
1647 inobject_fields.reserve(boilerplate_map.GetInObjectProperties()); in AllocateFastLiteral()
1717 int const boilerplate_length = boilerplate_map.GetInObjectProperties(); in AllocateFastLiteral()

123