Searched refs:IsStoreTSHandler (Results 1 – 6 of 6) sorted by relevance
256 if (handler.IsStoreTSHandler()) { in StoreICWithHandler()286 ASSERT(handler.IsStoreTSHandler()); in StoreWithTS()
450 ASSERT(JSTaggedValue(object).IsStoreTSHandler()); in Cast()
1126 inline bool JSTaggedValue::IsStoreTSHandler() const in IsStoreTSHandler() function1128 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStoreTSHandler(); in IsStoreTSHandler()
616 bool IsStoreTSHandler() const;
1230 inline bool IsStoreTSHandler() const in IsStoreTSHandler() function
902 } else if (secondValue.IsStoreTSHandler()) { in DumpICByNameWithHandler()