Lines Matching defs:resInSlowPath2
90 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg1Handle.GetTaggedValue());
114 EXPECT_EQ(resInSlowPath2, resInICPath2);
149 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::NotEq(thread, Str1.GetTaggedValue(),
180 EXPECT_EQ(resInSlowPath2, resInICPath2);
217 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(),
247 EXPECT_EQ(resInSlowPath2, resInICPath2);
282 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::LessEq(thread, Str1.GetTaggedValue(),
316 EXPECT_EQ(resInSlowPath2, resInICPath2);
351 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(),
385 EXPECT_EQ(resInSlowPath2, resInICPath2);
421 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::GreaterEq(thread, Str1.GetTaggedValue(),
455 EXPECT_EQ(resInSlowPath2, resInICPath2);