Home
last modified time | relevance | path

Searched refs:ShlWithTSType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp277 HWTEST_F_L0(ICBinaryOPTest, ShlWithTSType) in HWTEST_F_L0()
285 JSTaggedValue resInICPath1 = ICBinaryOP::ShlWithTSType(thread, arg1, arg3, in HWTEST_F_L0()
289 JSTaggedValue resInICPath2 = ICBinaryOP::ShlWithTSType(thread, Str1.GetTaggedValue(), arg3, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h294 static inline JSTaggedValue ShlWithTSType(JSThread *thread, JSTaggedValue left, in ShlWithTSType() function in panda::ecmascript::ICBinaryOP
297 INTERPRETER_TRACE(thread, ShlWithTSType); in ShlWithTSType()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h221 V(ShlWithTSType) \

Completed in 5 milliseconds