Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h77 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps() function
120 if (op.IsInlinedProps()) { in LoadProperty()
166 if (op.IsInlinedProps()) { in StoreProperty()
Dic_runtime_stub-inl.h289 if (!HandlerBase::IsInlinedProps(handlerInfo)) { in StoreWithTransition()
338 if (HandlerBase::IsInlinedProps(handler)) { in StoreField()
350 if (HandlerBase::IsInlinedProps(handlerInfo)) { in LoadFromField()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h173 inline bool IsInlinedProps() const in IsInlinedProps() function
175 return GetAttr().IsInlinedProps(); in IsInlinedProps()
Dobject_operator.cpp362 if (attr.IsInlinedProps()) { in LookupPropertyInlinedProps()
526 if (!attributes_.IsInlinedProps()) { in UpdateDataValue()
539 if (attr.IsInlinedProps()) { in UpdateDataValue()
823 uint32_t index = attr.IsInlinedProps() ? attr.GetOffset() : in AddPropertyInternal()
835 uint32_t index = attr.IsInlinedProps() ? attr.GetOffset() : in AddPropertyInternal()
Djs_object-inl.h309 if (attr.IsInlinedProps()) { in GetProperty()
319 if (attr.IsInlinedProps()) { in SetProperty()
Dlayout_info.cpp169 if (!attr.IsInlinedProps()) { in IsUninitializedProperty()
Dproperty_attributes.h208 inline bool IsInlinedProps() const in IsInlinedProps() function
Ddump.cpp623 os << " InlinedProps: " << attr.IsInlinedProps(); in DumpAttr()
1458 if (attr.IsInlinedProps()) { in Dump()
3612 if (attr.IsInlinedProps()) { in Dump()
4385 if (attr.IsInlinedProps()) { in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp103 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()
173 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp737 value = attr.IsInlinedProps() in SerializeKeys()
740 if (attr.IsInlinedProps() && value.IsHole()) { in SerializeKeys()
767 value = attr.IsInlinedProps() in SerializeKeys()
770 if (attr.IsInlinedProps() && value.IsHole()) { in SerializeKeys()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp883 if (!attr.IsInlinedProps()) { in VerifyObjIhcPGOType()