Lines Matching defs:resInICPath2
100 JSTaggedValue resInICPath2 = CompareOp::EqualWithIC(thread, Str1.GetTaggedValue(),
114 EXPECT_EQ(resInSlowPath2, resInICPath2);
165 JSTaggedValue resInICPath2 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(),
180 EXPECT_EQ(resInSlowPath2, resInICPath2);
232 JSTaggedValue resInICPath2 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(),
247 EXPECT_EQ(resInSlowPath2, resInICPath2);
297 JSTaggedValue resInICPath2 = CompareOp::LessEqWithIC(thread, Str1.GetTaggedValue(),
316 EXPECT_EQ(resInSlowPath2, resInICPath2);
367 JSTaggedValue resInICPath2 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(),
385 EXPECT_EQ(resInSlowPath2, resInICPath2);
437 JSTaggedValue resInICPath2 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(),
455 EXPECT_EQ(resInSlowPath2, resInICPath2);