Home
last modified time | relevance | path

Searched refs:IsTypedArrayElement (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h125 } else if (HandlerBase::IsTypedArrayElement(secondValue.GetNumber())) { in TryLoadICByValue()
477 } else if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in LoadICWithElementHandler()
553 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in StoreElement()
Dic_handler.h145 return IsNormalElement(handler) || IsStringElement(handler) || IsTypedArrayElement(handler); in IsElement()
158 static inline bool IsTypedArrayElement(Type handler) in IsTypedArrayElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp232 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue()
Dstub_builder.h452 GateRef IsTypedArrayElement(GateRef attr);
Dstub_builder-inl.h1871 inline GateRef StubBuilder::IsTypedArrayElement(GateRef attr) in IsTypedArrayElement() function
Dstub_builder.cpp2713 … BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArray, &handerInfoNotTypedArray); in ICStoreElement()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp688 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in ConvertICByValueWithHandler()
710 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in HandleStoreType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1170 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in DumpICByValueWithHandler()
1188 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in DumpICByValueWithHandler()