Searched refs:IsPrototypeHandler (Results 1 – 6 of 6) sorted by relevance
215 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()231 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()384 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()414 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()477 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
236 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
132 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId + 1).IsPrototypeHandler()); in HWTEST_F_L0()
1076 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function1078 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
663 bool IsPrototypeHandler() const;
1098 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function