Searched refs:ShlWithTSType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 277 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 D | ic_binary_op.h | 294 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 D | runtime_call_id.h | 221 V(ShlWithTSType) \
|
Completed in 5 milliseconds