Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h119 static inline bool IsStringLength(uint32_t handler) in IsStringLength() function
Dic_runtime_stub-inl.h461 if (HandlerBase::IsStringLength(handlerInfo)) { in LoadICWithHandler()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp28 static bool IsStringLength(const Inst *inst) in IsStringLength() function
41 return inst->GetOpcode() == Opcode::LenArray || IsStringLength(inst); in IsLenArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h367 GateRef IsStringLength(GateRef attr);
Dstub_builder-inl.h1621 inline GateRef StubBuilder::IsStringLength(GateRef attr) in IsStringLength() function
Dstub_builder.cpp1792 … Branch(IsStringLength(handlerInfo), &handlerInfoIsStringLength, &handlerInfoNotStringLength); in LoadICWithHandler()