Lines Matching defs:resInICPath9
108 JSTaggedValue resInICPath9 = CompareOp::EqualWithIC(thread, JSTaggedValue::Undefined(),
118 EXPECT_EQ(resInSlowPath9, resInICPath9);
174 JSTaggedValue resInICPath9 = CompareOp::NotEqualWithIC(thread, JSTaggedValue::Undefined(),
184 EXPECT_EQ(resInSlowPath9, resInICPath9);
241 JSTaggedValue resInICPath9 = CompareOp::LessWithIC(thread, JSTaggedValue::Undefined(),
251 EXPECT_EQ(resInSlowPath9, resInICPath9);
310 JSTaggedValue resInICPath9 = CompareOp::LessEqWithIC(thread, JSTaggedValue::Undefined(),
320 EXPECT_EQ(resInSlowPath9, resInICPath9);
379 JSTaggedValue resInICPath9 = CompareOp::GreaterWithIC(thread, JSTaggedValue::Undefined(),
389 EXPECT_EQ(resInSlowPath9, resInICPath9);
449 JSTaggedValue resInICPath9 = CompareOp::GreaterEqWithIC(thread, JSTaggedValue::Undefined(),
459 EXPECT_EQ(resInSlowPath9, resInICPath9);