Searched refs:AshrWithTSType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 311 HWTEST_F_L0(ICBinaryOPTest, AshrWithTSType)
in HWTEST_F_L0() 320 JSTaggedValue resInICPath1 = ICBinaryOP::AshrWithTSType(thread, arg1, arg3,
in HWTEST_F_L0() 324 JSTaggedValue resInICPath3 = ICBinaryOP::AshrWithTSType(thread, arg2, arg3,
in HWTEST_F_L0() 328 JSTaggedValue resInICPath2 = ICBinaryOP::AshrWithTSType(thread, Str1.GetTaggedValue(), arg3,
in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 324 static inline JSTaggedValue AshrWithTSType(JSThread *thread, JSTaggedValue left, in AshrWithTSType() function in panda::ecmascript::ICBinaryOP 327 INTERPRETER_TRACE(thread, AshrWithTSType); in AshrWithTSType()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 223 V(AshrWithTSType) \
|
Completed in 4 milliseconds