Searched refs:IsPrototypeHandler (Results 1 – 7 of 7) sorted by relevance
250 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()266 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()426 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()474 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()591 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
369 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
131 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId + 1).IsPrototypeHandler()); in HWTEST_F_L0()
1111 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function1113 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
613 bool IsPrototypeHandler() const;
1215 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function
844 } else if (secondValue.IsPrototypeHandler()) { in DumpICByNameWithHandler()889 } else if (secondValue.IsPrototypeHandler()) { in DumpICByNameWithHandler()985 ASSERT(secondValue.IsPrototypeHandler()); in DumpICByValueWithHandler()