Home
last modified time | relevance | path

Searched refs:IsStringElement (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()
134 static inline bool IsStringElement(uint32_t handler) in IsStringElement() function
Dic_runtime_stub-inl.h127 ASSERT(HandlerBase::IsStringElement(secondValue.GetInt())); in TryLoadICByValue()
491 ASSERT(HandlerBase::IsStringElement(handlerInfo)); in LoadICWithElementHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp210 … Branch(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement); in LoadICByValue()
Dstub_builder.h366 GateRef IsStringElement(GateRef attr);
Dstub_builder-inl.h1612 inline GateRef StubBuilder::IsStringElement(GateRef attr) in IsStringElement() function
Dstub_builder.cpp1775 Branch(IsStringElement(handlerInfo), &handlerInfoIsString, &handlerInfoNotString); in LoadICWithHandler()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp922 … if (HandlerBase::IsNormalElement(handlerInfo) || HandlerBase::IsStringElement(handlerInfo)) { in DumpICByValueWithHandler()
942 … if (HandlerBase::IsNormalElement(handlerInfo) || HandlerBase::IsStringElement(handlerInfo)) { in DumpICByValueWithHandler()