Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp189 attributes.SetIsInlinedProps(true); in CreateIHClass()
259 attributes.SetIsInlinedProps(true); in CreatePHClass()
333 attributes.SetIsInlinedProps(true); in CreateCHClass()
342 attributes.SetIsInlinedProps(true); in CreateCHClass()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h178 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
180 attributes_.SetIsInlinedProps(flag); in SetIsInlinedProps()
Dproperty_attributes.h203 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
Dobject_factory.cpp677 attributes.SetIsInlinedProps(true); in CreateJSRegExpInstanceClass()
701 attributes.SetIsInlinedProps(true); in CreateJSArrayInstanceClass()
729 attributes.SetIsInlinedProps(true); in CreateJSArguments()
739 attributes.SetIsInlinedProps(true); in CreateJSArguments()
749 attributes.SetIsInlinedProps(true); in CreateJSArguments()
760 attributes.SetIsInlinedProps(true); in CreateJSArguments()
1458 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1469 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1480 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1488 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
[all …]
Dobject_fast_operator-inl.h500 attr.SetIsInlinedProps(true); in AddPropertyByName()
515 attr.SetIsInlinedProps(false); in AddPropertyByName()
Djs_object.h257 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() function
Dobject_operator.cpp514 SetIsInlinedProps(false); in UpdateDataValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp271 attr.SetIsInlinedProps(true); in HWTEST_F_L0()
303 attr.SetIsInlinedProps(true); in HWTEST_F_L0()
339 attr.SetIsInlinedProps(true); in HWTEST_F_L0()
410 oldAttr.SetIsInlinedProps(true); in HWTEST_F_L0()
Dobject_operator_test.cpp696 handleAttr.SetIsInlinedProps(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp85 handleAttriButes.SetIsInlinedProps(true); in HWTEST_F_L0()
152 handleAttriButes.SetIsInlinedProps(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp200 attributes.SetIsInlinedProps(true); in CreatePrototypeHClass()
275 attributes.SetIsInlinedProps(true); in CreateConstructorHClass()