Searched refs:MulWithTSType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 160 HWTEST_F_L0(ICBinaryOPTest, MulWithTSType)
in HWTEST_F_L0() 171 JSTaggedValue resInICPath1 = ICBinaryOP::MulWithTSType(thread, arg1.GetTaggedValue(), arg2.GetTaggedValue(),
in HWTEST_F_L0() 177 JSTaggedValue resInICPath2 = ICBinaryOP::MulWithTSType(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue(),
in HWTEST_F_L0() 183 JSTaggedValue resInICPath3 = ICBinaryOP::MulWithTSType(thread, arg1.GetTaggedValue(), JSTaggedValue::True(),
in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 139 static inline JSTaggedValue MulWithTSType(JSThread *thread, JSTaggedValue left, in MulWithTSType() function in panda::ecmascript::ICBinaryOP 142 INTERPRETER_TRACE(thread, MulWithTSType); in MulWithTSType()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 216 V(MulWithTSType) \
|
Completed in 4 milliseconds