Searched defs:resInICPath3 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_binaryop_test.cpp | 87 …JSTaggedValue resInICPath3 = ICBinaryOP::AddWithTSType(thread, Str1.GetTaggedValue(), Str2.GetTag… in HWTEST_F_L0() local 156 …JSTaggedValue resInICPath3 = ICBinaryOP::SubWithTSType(thread, arg1.GetTaggedValue(), JSTaggedVal… in HWTEST_F_L0() local 184 …JSTaggedValue resInICPath3 = ICBinaryOP::MulWithTSType(thread, arg1.GetTaggedValue(), JSTaggedVal… in HWTEST_F_L0() local 215 …JSTaggedValue resInICPath3 = ICBinaryOP::DivWithTSType(thread, arg1.GetTaggedValue(), arg2.GetTag… in HWTEST_F_L0() local 258 …JSTaggedValue resInICPath3 = ICBinaryOP::ModWithTSType(thread, arg1.GetTaggedValue(), arg2.GetTag… in HWTEST_F_L0() local 325 JSTaggedValue resInICPath3 = ICBinaryOP::AshrWithTSType(thread, arg2, arg3, in HWTEST_F_L0() local
|
| D | ic_compareop_test.cpp | 102 JSTaggedValue resInICPath3 = CompareOp::EqualWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() local 167 JSTaggedValue resInICPath3 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() local 234 JSTaggedValue resInICPath3 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() local 300 JSTaggedValue resInICPath3 = CompareOp::LessEqWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() local 370 JSTaggedValue resInICPath3 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() local 440 JSTaggedValue resInICPath3 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() local
|