Home
last modified time | relevance | path

Searched refs:MAX_FAST_PROPS_CAPACITY (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_object.h27 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
H A Djs_shared_typed_array.h48 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
H A Djs_sendable_arraybuffer.h53 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
H A Djs_shared_map.h48 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
H A Djs_shared_set.h44 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
H A Djs_shared_array.h105 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_hclass_generator.cpp84 if (maxNumOfProps > PropertyAttributes::MAX_FAST_PROPS_CAPACITY) { in GenerateIHClass()
135 if (maxNum > PropertyAttributes::MAX_FAST_PROPS_CAPACITY) { in CheckIsValid()
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h33 static constexpr int MAX_PROPERTIES_LENGTH = PropertyAttributes::MAX_FAST_PROPS_CAPACITY;
H A Dproperty_attributes.h101 static constexpr uint32_t MAX_FAST_PROPS_CAPACITY = (1U << OFFSET_BITFIELD_NUM) - 1; member in panda::ecmascript::TrackType::PropertyAttributes
H A Djs_function.h582 static constexpr uint32_t MAX_INLINE = PropertyAttributes::MAX_FAST_PROPS_CAPACITY -
H A Djs_object-inl.h64 return PropertyAttributes::MAX_FAST_PROPS_CAPACITY - inlineProps; in GetNonInlinedFastPropsCapacity()
H A Djs_hclass.h1859 ASSERT(NumberOfProps() < PropertyAttributes::MAX_FAST_PROPS_CAPACITY); in IncNumberOfProps() member in panda::ecmascript::JSHClass::PropertyAttributes
2243 (PropertyAttributes::MAX_FAST_PROPS_CAPACITY * JSTaggedValue::TaggedTypeSize()));
H A Dobject_factory.cpp3898 ASSERT(fieldOrder <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY); in CreateObjectClass()
3974 ASSERT(length <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY); in GetObjectLiteralHClass()
5064 if (UNLIKELY(propertyCount > PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) { in CreateLargeJSObjectWithProperties()
5102 ASSERT(propertyCount > PropertyAttributes::MAX_FAST_PROPS_CAPACITY); in CreateDictionaryJSObjectWithProperties()
5171 if (UNLIKELY(propertyCount > PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) { in CreateLargeJSObjectWithNamedProperties()
5205 ASSERT(propertyCount > PropertyAttributes::MAX_FAST_PROPS_CAPACITY); in CreateDictionaryJSObjectWithNamedProperties()
H A Dobject_fast_operator-inl.h920 if (UNLIKELY(numberOfProps >= PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) { in AddPropertyByName()
H A Djs_object.cpp302 if (numberOfProperties > static_cast<int>(PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) { in OptimizeAsFastProperties()
2715 if (propsLen <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY) { in CreateObjectFromProperties()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp206 if (LIKELY(length <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) { in CreatePrototypeHClass()
256 if (LIKELY(length <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) { in CreateConstructorHClass()
604 ASSERT(length > PropertyAttributes::MAX_FAST_PROPS_CAPACITY); in BuildDictionaryProperties()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp829 for (uint32_t i = 0; i < PropertyAttributes::MAX_FAST_PROPS_CAPACITY; i++) { in HWTEST_F_L0()
840 number.Update(JSTaggedValue(PropertyAttributes::MAX_FAST_PROPS_CAPACITY)); in HWTEST_F_L0()
848 EXPECT_EQ(dict->EntriesCount(), static_cast<int>(PropertyAttributes::MAX_FAST_PROPS_CAPACITY + 1)); in HWTEST_F_L0()
850 static_cast<int>(PropertyAttributes::MAX_FAST_PROPS_CAPACITY + 1)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp975 if (i + 1 > PropertyAttributes::MAX_FAST_PROPS_CAPACITY) { in HWTEST_F_L0()
1057 if (i + 1 > PropertyAttributes::MAX_FAST_PROPS_CAPACITY) { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1515 BRANCH(Int32GreaterThanOrEqual(numberOfProps, Int32(PropertyAttributes::MAX_FAST_PROPS_CAPACITY)), in AddPropertyByName()
1521 Int32(PropertyAttributes::MAX_FAST_PROPS_CAPACITY)); in AddPropertyByName()
1549 Int32Sub(Int32(PropertyAttributes::MAX_FAST_PROPS_CAPACITY), inlinedProperties); in AddPropertyByName()
3134 Int32Sub(Int32(PropertyAttributes::MAX_FAST_PROPS_CAPACITY), inlinedProperties); in StoreWithTransition()

Completed in 57 milliseconds