Home
last modified time | relevance | path

Searched refs:IsStoreTSHandler (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h221 if (handler.IsStoreTSHandler()) { in StoreICWithHandler()
251 ASSERT(handler.IsStoreTSHandler()); in StoreWithTS()
Dic_handler.h317 ASSERT(JSTaggedValue(object).IsStoreTSHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1091 inline bool JSTaggedValue::IsStoreTSHandler() const in IsStoreTSHandler() function
1093 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStoreTSHandler(); in IsStoreTSHandler()
Djs_tagged_value.h666 bool IsStoreTSHandler() const;
Djs_hclass.h1113 inline bool IsStoreTSHandler() const in IsStoreTSHandler() function