Lines Matching defs:resInICPath1
98 JSTaggedValue resInICPath1 = CompareOp::EqualWithIC(thread, arg1Handle.GetTaggedValue(),
113 EXPECT_EQ(resInSlowPath1, resInICPath1);
162 JSTaggedValue resInICPath1 = CompareOp::NotEqualWithIC(thread, arg1Handle.GetTaggedValue(),
179 EXPECT_EQ(resInSlowPath1, resInICPath1);
230 JSTaggedValue resInICPath1 = CompareOp::LessWithIC(thread, arg1Handle.GetTaggedValue(),
246 EXPECT_EQ(resInSlowPath1, resInICPath1);
294 JSTaggedValue resInICPath1 = CompareOp::LessEqWithIC(thread, arg1Handle.GetTaggedValue(),
315 EXPECT_EQ(resInSlowPath1, resInICPath1);
364 JSTaggedValue resInICPath1 = CompareOp::GreaterWithIC(thread, arg1Handle.GetTaggedValue(),
384 EXPECT_EQ(resInSlowPath1, resInICPath1);
434 JSTaggedValue resInICPath1 = CompareOp::GreaterEqWithIC(thread, arg1Handle.GetTaggedValue(),
454 EXPECT_EQ(resInSlowPath1, resInICPath1);