Searched refs:IsPrototypeHandler (Results 1 – 9 of 9) sorted by relevance
244 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()260 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()425 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()463 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()580 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
391 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
213 } else if (slotValue.IsPrototypeHandler()) { in GetJsFunctionByMethodOffset()
131 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId + 1).IsPrototypeHandler()); in HWTEST_F_L0()
476 } else if (secondValue.IsPrototypeHandler()) { in HandleLoadType()543 } else if (secondValue.IsPrototypeHandler()) { in HandleOtherTypes()768 ASSERT(secondValue.IsPrototypeHandler()); in HandlePrototypeHandler()
966 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function968 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
662 bool IsPrototypeHandler() const;
1407 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function
1088 } else if (secondValue.IsPrototypeHandler()) { in DumpICByNameWithHandler()1128 } else if (secondValue.IsPrototypeHandler()) { in DumpICLoadByNameWithHandler()1228 } else if (secondValue.IsPrototypeHandler()) { in DumpICByValueWithHandler()