Home
last modified time | relevance | path

Searched refs:IsStoreTSHandler (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h981 inline bool JSTaggedValue::IsStoreTSHandler() const in IsStoreTSHandler() function in panda::ecmascript::JSTaggedValue
983 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStoreTSHandler(); in IsStoreTSHandler()
H A Djs_tagged_value.h665 bool IsStoreTSHandler() const;
H A Djs_hclass.h1422 inline bool IsStoreTSHandler() const in IsStoreTSHandler() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h259 if (handler.IsStoreTSHandler()) { in StoreICWithHandler()
291 ASSERT(handler.IsStoreTSHandler()); in StoreWithTS()
H A Dic_handler.h512 ASSERT(JSTaggedValue(object).IsStoreTSHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp547 } else if (secondValue.IsStoreTSHandler()) { in HandleOtherTypes()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1108 } else if (secondValue.IsStoreTSHandler()) { in DumpICByNameWithHandler()

Completed in 17 milliseconds