Searched refs:IsInlinedProps (Results 1 – 11 of 11) sorted by relevance
77 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps() function120 if (op.IsInlinedProps()) { in LoadProperty()166 if (op.IsInlinedProps()) { in StoreProperty()
289 if (!HandlerBase::IsInlinedProps(handlerInfo)) { in StoreWithTransition()338 if (HandlerBase::IsInlinedProps(handler)) { in StoreField()350 if (HandlerBase::IsInlinedProps(handlerInfo)) { in LoadFromField()
173 inline bool IsInlinedProps() const in IsInlinedProps() function175 return GetAttr().IsInlinedProps(); in IsInlinedProps()
362 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()
309 if (attr.IsInlinedProps()) { in GetProperty()319 if (attr.IsInlinedProps()) { in SetProperty()
169 if (!attr.IsInlinedProps()) { in IsUninitializedProperty()
208 inline bool IsInlinedProps() const in IsInlinedProps() function
623 os << " InlinedProps: " << attr.IsInlinedProps(); in DumpAttr()1458 if (attr.IsInlinedProps()) { in Dump()3612 if (attr.IsInlinedProps()) { in Dump()4385 if (attr.IsInlinedProps()) { in DumpForSnapshot()
103 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()173 EXPECT_TRUE(HandlerBase::IsInlinedProps(handlerInfo3->GetInt())); in HWTEST_F_L0()
737 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()
883 if (!attr.IsInlinedProps()) { in VerifyObjIhcPGOType()