Searched refs:IsPrototypeHandler (Results 1 – 5 of 5) sorted by relevance
210 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()223 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()323 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()353 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()412 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
132 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
827 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function829 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
333 bool IsPrototypeHandler() const;
704 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function