Lines Matching defs:resInICPath3
102 JSTaggedValue resInICPath3 = CompareOp::EqualWithIC(thread, Str1.GetTaggedValue(),
115 EXPECT_EQ(resInSlowPath3, resInICPath3);
167 JSTaggedValue resInICPath3 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(),
181 EXPECT_EQ(resInSlowPath3, resInICPath3);
234 JSTaggedValue resInICPath3 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(),
248 EXPECT_EQ(resInSlowPath3, resInICPath3);
300 JSTaggedValue resInICPath3 = CompareOp::LessEqWithIC(thread, Str1.GetTaggedValue(),
317 EXPECT_EQ(resInSlowPath3, resInICPath3);
370 JSTaggedValue resInICPath3 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(),
386 EXPECT_EQ(resInSlowPath3, resInICPath3);
440 JSTaggedValue resInICPath3 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(),
456 EXPECT_EQ(resInSlowPath3, resInICPath3);