Home
last modified time | relevance | path

Searched refs:NotEqualWithIC (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp122 HWTEST_F_L0(IcCompareOPTest, NotEqualWithIC) in HWTEST_F_L0()
162 JSTaggedValue resInICPath1 = CompareOp::NotEqualWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
165 JSTaggedValue resInICPath2 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
167 JSTaggedValue resInICPath3 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
169 JSTaggedValue resInICPath4 = CompareOp::NotEqualWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
171 JSTaggedValue resInICPath5 = CompareOp::NotEqualWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
174 JSTaggedValue resInICPath9 = CompareOp::NotEqualWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
176 JSTaggedValue resInICPath10 = CompareOp::NotEqualWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.h59 static JSTaggedValue NotEqualWithIC(JSThread *thread, JSTaggedValue left,
H A Dic_compare_op.cpp206 JSTaggedValue CompareOp::NotEqualWithIC(JSThread *thread, JSTaggedValue left, in NotEqualWithIC() function in panda::ecmascript::CompareOp
209 INTERPRETER_TRACE(thread, NotEqualWithIC); in NotEqualWithIC()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h228 V(NotEqualWithIC) \

Completed in 4 milliseconds