Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h126 return IsNormalElement(handler) || IsStringElement(handler) || IsTypedArrayElement(handler); in IsElement()
139 static inline bool IsTypedArrayElement(uint32_t handler) in IsTypedArrayElement() function
Dic_runtime_stub-inl.h124 } else if (HandlerBase::IsTypedArrayElement(secondValue.GetInt())) { in TryLoadICByValue()
488 } else if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in LoadICWithElementHandler()
563 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in StoreElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp218 Branch(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue()
Dstub_builder.h368 GateRef IsTypedArrayElement(GateRef attr);
Dstub_builder-inl.h1630 inline GateRef StubBuilder::IsTypedArrayElement(GateRef attr) in IsTypedArrayElement() function
Dstub_builder.cpp2004 … Branch(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArray, &handerInfoNotTypedArray); in ICStoreElement()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp930 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in DumpICByValueWithHandler()
947 if (HandlerBase::IsTypedArrayElement(handlerInfo)) { in DumpICByValueWithHandler()