Home
last modified time | relevance | path

Searched refs:SetIsInlinedProps (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp133 attributes.SetIsInlinedProps(true); in CreateIHClass()
206 attributes.SetIsInlinedProps(true); in CreatePHClass()
279 attributes.SetIsInlinedProps(true); in CreateCHClass()
286 attributes.SetIsInlinedProps(true); in CreateCHClass()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp479 attributes.SetIsInlinedProps(true); in OptimizeAsFastProperties()
481 attributes.SetIsInlinedProps(false); in OptimizeAsFastProperties()
921 result.SetIsInlinedProps(true); in LookupPropertyInAotHClass()
924 result.SetIsInlinedProps(false); in LookupPropertyInAotHClass()
978 result.SetIsInlinedProps(true); in LookupPropertyInPGOHClass()
981 result.SetIsInlinedProps(false); in LookupPropertyInPGOHClass()
1026 result.SetIsInlinedProps(true); in LookupPropertyInBuiltinPrototypeHClass()
1029 result.SetIsInlinedProps(false); in LookupPropertyInBuiltinPrototypeHClass()
1073 attributes.SetIsInlinedProps(true); in CreateRootHClass()
1111 attributes.SetIsInlinedProps(true); in CreateChildHClass()
[all …]
Dobject_operator.h202 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
204 attributes_.SetIsInlinedProps(flag); in SetIsInlinedProps()
Dobject_factory.cpp743 attributes.SetIsInlinedProps(true); in CreateJSRegExpInstanceClass()
767 attributes.SetIsInlinedProps(true); in CreateJSArrayInstanceClass()
795 attributes.SetIsInlinedProps(true); in CreateJSArguments()
805 attributes.SetIsInlinedProps(true); in CreateJSArguments()
815 attributes.SetIsInlinedProps(true); in CreateJSArguments()
826 attributes.SetIsInlinedProps(true); in CreateJSArguments()
1581 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1592 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1603 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1611 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
[all …]
Dproperty_attributes.h245 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
Dobject_fast_operator-inl.h614 attr.SetIsInlinedProps(true); in AddPropertyByName()
635 attr.SetIsInlinedProps(false); in AddPropertyByName()
Djs_object.h289 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
Dobject_operator.cpp694 SetIsInlinedProps(false); in UpdateDataValue()
Djs_hclass.h1975 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp274 attr.SetIsInlinedProps(true); in HWTEST_F_L0()
306 attr.SetIsInlinedProps(true); in HWTEST_F_L0()
342 attr.SetIsInlinedProps(true); in HWTEST_F_L0()
413 oldAttr.SetIsInlinedProps(true); in HWTEST_F_L0()
Dobject_operator_second_test.cpp264 handleAttr.SetIsInlinedProps(true); in HWTEST_F_L0()
Djs_serializer_test.cpp1141 attributes0.SetIsInlinedProps(true); in HWTEST_F_L0()
1148 attributes1.SetIsInlinedProps(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp88 handleAttriButes.SetIsInlinedProps(true); in HWTEST_F_L0()
155 handleAttriButes.SetIsInlinedProps(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp196 attributes.SetIsInlinedProps(true); in CreatePrototypeHClass()
265 attributes.SetIsInlinedProps(true); in CreateConstructorHClass()
339 attributes.SetIsInlinedProps(true); in CreateSendableHClass()
855 attributes.SetIsInlinedProps(true); in AddFieldTypeToHClass()
958 attr.SetIsInlinedProps(false); in DefineSendableInstanceHClass()