Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp160 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 Dic_binary_op.h139 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 Druntime_call_id.h216 V(MulWithTSType) \

Completed in 4 milliseconds