Lines Matching defs:resInICPath4
104 JSTaggedValue resInICPath4 = CompareOp::EqualWithIC(thread, Str1.GetTaggedValue(),
116 EXPECT_EQ(resInSlowPath4, resInICPath4);
169 JSTaggedValue resInICPath4 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(),
182 EXPECT_EQ(resInSlowPath4, resInICPath4);
236 JSTaggedValue resInICPath4 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(),
249 EXPECT_EQ(resInSlowPath4, resInICPath4);
303 JSTaggedValue resInICPath4 = CompareOp::LessEqWithIC(thread, Str1.GetTaggedValue(),
318 EXPECT_EQ(resInSlowPath4, resInICPath4);
373 JSTaggedValue resInICPath4 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(),
387 EXPECT_EQ(resInSlowPath4, resInICPath4);
443 JSTaggedValue resInICPath4 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(),
457 EXPECT_EQ(resInSlowPath4, resInICPath4);