Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h256 if (handler.IsStoreTSHandler()) { in StoreICWithHandler()
286 ASSERT(handler.IsStoreTSHandler()); in StoreWithTS()
Dic_handler.h450 ASSERT(JSTaggedValue(object).IsStoreTSHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1126 inline bool JSTaggedValue::IsStoreTSHandler() const in IsStoreTSHandler() function
1128 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStoreTSHandler(); in IsStoreTSHandler()
Djs_tagged_value.h616 bool IsStoreTSHandler() const;
Djs_hclass.h1230 inline bool IsStoreTSHandler() const in IsStoreTSHandler() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp902 } else if (secondValue.IsStoreTSHandler()) { in DumpICByNameWithHandler()