Searched defs:resInICPath5 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_compareop_test.cpp | 106 JSTaggedValue resInICPath5 = CompareOp::EqualWithIC(thread, booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0() local 171 JSTaggedValue resInICPath5 = CompareOp::NotEqualWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() local 238 JSTaggedValue resInICPath5 = CompareOp::LessWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() local 306 JSTaggedValue resInICPath5 = CompareOp::LessEqWithIC(thread, in HWTEST_F_L0() local 376 JSTaggedValue resInICPath5 = CompareOp::GreaterWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() local 446 JSTaggedValue resInICPath5 = CompareOp::GreaterEqWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() local
|
| D | ic_binaryop_test.cpp | 103 JSTaggedValue resInICPath5 = ICBinaryOP::AddWithTSType(thread, arg3.GetTaggedValue(), in HWTEST_F_L0() local 227 JSTaggedValue resInICPath5 = ICBinaryOP::DivWithTSType(thread, arg4.GetTaggedValue(), in HWTEST_F_L0() local 272 JSTaggedValue resInICPath5 = ICBinaryOP::ModWithTSType(thread, arg4.GetTaggedValue(), in HWTEST_F_L0() local
|