Lines Matching defs:resInICPath10
110 JSTaggedValue resInICPath10 = CompareOp::EqualWithIC(thread, JSTaggedValue::Undefined(),
119 EXPECT_EQ(resInSlowPath10, resInICPath10);
176 JSTaggedValue resInICPath10 = CompareOp::NotEqualWithIC(thread, JSTaggedValue::Undefined(),
185 EXPECT_EQ(resInSlowPath10, resInICPath10);
243 JSTaggedValue resInICPath10 = CompareOp::LessWithIC(thread, JSTaggedValue::Undefined(),
252 EXPECT_EQ(resInSlowPath10, resInICPath10);
312 JSTaggedValue resInICPath10 = CompareOp::LessEqWithIC(thread, JSTaggedValue::Undefined(),
321 EXPECT_EQ(resInSlowPath10, resInICPath10);
381 JSTaggedValue resInICPath10 = CompareOp::GreaterWithIC(thread, JSTaggedValue::Undefined(),
390 EXPECT_EQ(resInSlowPath10, resInICPath10);
451 JSTaggedValue resInICPath10 = CompareOp::GreaterEqWithIC(thread, JSTaggedValue::Undefined(),
460 EXPECT_EQ(resInSlowPath10, resInICPath10);