Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp509 value = attr.IsInlinedProps() in TryCacheSerializeKeys()
512 if (attr.IsInlinedProps() && value.IsHole()) { in TryCacheSerializeKeys()
539 value = attr.IsInlinedProps() in TryCacheSerializeKeys()
542 if (attr.IsInlinedProps() && value.IsHole()) { in TryCacheSerializeKeys()
635 JSTaggedValue value = attr.IsInlinedProps() in SerializeKeysWithCache()
794 value = attr.IsInlinedProps() in DefaultSerializeKeys()
797 if (attr.IsInlinedProps() && value.IsHole()) { in DefaultSerializeKeys()
824 value = attr.IsInlinedProps() in DefaultSerializeKeys()
827 if (attr.IsInlinedProps() && value.IsHole()) { in DefaultSerializeKeys()
Djson_stringifier.cpp662 value = attr.IsInlinedProps() in SerializeKeys()
665 if (attr.IsInlinedProps() && value.IsHole()) { in SerializeKeys()
693 value = attr.IsInlinedProps() in SerializeKeys()
696 if (attr.IsInlinedProps() && value.IsHole()) { in SerializeKeys()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h197 inline bool IsInlinedProps() const in IsInlinedProps() function
199 return GetAttr().IsInlinedProps(); in IsInlinedProps()
Dobject_operator.cpp553 if (attr.IsInlinedProps()) { in LookupPropertyInlinedProps()
705 if (!attr.IsInlinedProps()) { in UpdateDataValue()
718 if (attr.IsInlinedProps()) { in UpdateDataValue()
1017 uint32_t index = attr.IsInlinedProps() ? attr.GetOffset() : in AddPropertyInternal()
1029 uint32_t index = attr.IsInlinedProps() ? attr.GetOffset() : in AddPropertyInternal()
Djs_object-inl.h319 if (attr.IsInlinedProps()) { in GetProperty()
329 if (attr.IsInlinedProps()) { in SetProperty()
Dlayout_info.cpp197 if (!attr.IsInlinedProps()) { in IsUninitializedProperty()
Dproperty_attributes.h250 inline bool IsInlinedProps() const in IsInlinedProps() function
Djs_hclass.cpp920 if (attr.IsInlinedProps()) { in LookupPropertyInAotHClass()
977 if (attr.IsInlinedProps()) { in LookupPropertyInPGOHClass()
1025 if (attr.IsInlinedProps()) { in LookupPropertyInBuiltinPrototypeHClass()
1236 if (attr.IsInlinedProps()) { in LookupPropertyInBuiltinHClass()
Djs_hclass.h1980 inline bool IsInlinedProps() in IsInlinedProps() function
Ddump.cpp596 os << " InlinedProps: " << attr.IsInlinedProps(); in DumpAttr()
1558 if (attr.IsInlinedProps()) { in Dump()
3802 if (attr.IsInlinedProps()) { in Dump()
4702 if (attr.IsInlinedProps()) { in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h149 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps() function
216 if (op.IsInlinedProps()) { in LoadProperty()
302 if (op.IsInlinedProps()) { in StoreProperty()
Dic_runtime_stub-inl.h330 if (!HandlerBase::IsInlinedProps(handlerInfo)) { in StoreWithTransition()
380 if (HandlerBase::IsInlinedProps(handler)) { in StoreField()
392 if (HandlerBase::IsInlinedProps(handlerInfo)) { in LoadFromField()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp106 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()
176 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp653 if (plr.IsInlinedProps()) { in VisitLoadProperty()
663 if (plr.IsInlinedProps()) { in VisitLoadProperty()
1024 if (plr.IsInlinedProps()) { in VisitLoadPropertyOnProto()
1034 if (plr.IsInlinedProps()) { in VisitLoadPropertyOnProto()
Dntype_bytecode_lowering.cpp304 if (!attr.IsInlinedProps()) { in LowerNTypedStOwnByName()
Dtyped_hcr_lowering.cpp787 if (plr.IsInlinedProps()) { in LowerStoreProperty()
795 if (plr.IsInlinedProps()) { in LowerStoreProperty()
822 if (plr.IsInlinedProps()) { in LowerCallSetter()
829 if (plr.IsInlinedProps()) { in LowerCallSetter()
2782 if (plr.IsInlinedProps()) { in LoadPropertyFromHolder()
2789 if (plr.IsInlinedProps()) { in LoadPropertyFromHolder()
2899 if (!plr.IsInlinedProps()) { in LowerMonoStoreProperty()
2986 if (plr.IsInlinedProps()) { in StorePropertyOnHolder()
2994 if (plr.IsInlinedProps()) { in StorePropertyOnHolder()
Dslowpath_lowering.cpp3292 if (plr.IsInlinedProps()) { in LowerLoadGetter()
3314 if (plr.IsInlinedProps()) { in LowerLoadSetter()
Dtyped_bytecode_lowering.cpp667 if (!tacc.GetAccessInfo(i).Plr().IsInlinedProps()) { in LowerTypedStObjByName()