Searched refs:resInICPath10 (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_compareop_test.cpp | 110 JSTaggedValue resInICPath10 = CompareOp::EqualWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0() local 119 EXPECT_EQ(resInSlowPath10, resInICPath10); in HWTEST_F_L0() 176 JSTaggedValue resInICPath10 = CompareOp::NotEqualWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0() local 185 EXPECT_EQ(resInSlowPath10, resInICPath10); in HWTEST_F_L0() 243 JSTaggedValue resInICPath10 = CompareOp::LessWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0() local 252 EXPECT_EQ(resInSlowPath10, resInICPath10); in HWTEST_F_L0() 312 JSTaggedValue resInICPath10 = CompareOp::LessEqWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0() local 321 EXPECT_EQ(resInSlowPath10, resInICPath10); in HWTEST_F_L0() 381 JSTaggedValue resInICPath10 = CompareOp::GreaterWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0() local 390 EXPECT_EQ(resInSlowPath10, resInICPath10); in HWTEST_F_L0() 451 JSTaggedValue resInICPath10 = CompareOp::GreaterEqWithIC(thread, JSTaggedValue::Undefined(), HWTEST_F_L0() local [all...] |
Completed in 2 milliseconds