Searched refs:IsInlinedProps (Results 1 – 18 of 18) sorted by relevance
509 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()
662 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()
197 inline bool IsInlinedProps() const in IsInlinedProps() function199 return GetAttr().IsInlinedProps(); in IsInlinedProps()
553 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()
319 if (attr.IsInlinedProps()) { in GetProperty()329 if (attr.IsInlinedProps()) { in SetProperty()
197 if (!attr.IsInlinedProps()) { in IsUninitializedProperty()
250 inline bool IsInlinedProps() const in IsInlinedProps() function
920 if (attr.IsInlinedProps()) { in LookupPropertyInAotHClass()977 if (attr.IsInlinedProps()) { in LookupPropertyInPGOHClass()1025 if (attr.IsInlinedProps()) { in LookupPropertyInBuiltinPrototypeHClass()1236 if (attr.IsInlinedProps()) { in LookupPropertyInBuiltinHClass()
1980 inline bool IsInlinedProps() in IsInlinedProps() function
596 os << " InlinedProps: " << attr.IsInlinedProps(); in DumpAttr()1558 if (attr.IsInlinedProps()) { in Dump()3802 if (attr.IsInlinedProps()) { in Dump()4702 if (attr.IsInlinedProps()) { in DumpForSnapshot()
149 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps() function216 if (op.IsInlinedProps()) { in LoadProperty()302 if (op.IsInlinedProps()) { in StoreProperty()
330 if (!HandlerBase::IsInlinedProps(handlerInfo)) { in StoreWithTransition()380 if (HandlerBase::IsInlinedProps(handler)) { in StoreField()392 if (HandlerBase::IsInlinedProps(handlerInfo)) { in LoadFromField()
106 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()176 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()
653 if (plr.IsInlinedProps()) { in VisitLoadProperty()663 if (plr.IsInlinedProps()) { in VisitLoadProperty()1024 if (plr.IsInlinedProps()) { in VisitLoadPropertyOnProto()1034 if (plr.IsInlinedProps()) { in VisitLoadPropertyOnProto()
304 if (!attr.IsInlinedProps()) { in LowerNTypedStOwnByName()
787 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()
3292 if (plr.IsInlinedProps()) { in LowerLoadGetter()3314 if (plr.IsInlinedProps()) { in LowerLoadSetter()
667 if (!tacc.GetAccessInfo(i).Plr().IsInlinedProps()) { in LowerTypedStObjByName()