Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp325 HWTEST_F_L0(IcCompareOPTest, GreaterWithIC) in HWTEST_F_L0()
364 JSTaggedValue resInICPath1 = CompareOp::GreaterWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
367 JSTaggedValue resInICPath2 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
370 JSTaggedValue resInICPath3 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
373 JSTaggedValue resInICPath4 = CompareOp::GreaterWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
376 JSTaggedValue resInICPath5 = CompareOp::GreaterWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
379 JSTaggedValue resInICPath9 = CompareOp::GreaterWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
381 JSTaggedValue resInICPath10 = CompareOp::GreaterWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.h71 static JSTaggedValue GreaterWithIC(JSThread *thread, JSTaggedValue left,
H A Dic_compare_op.cpp443 JSTaggedValue CompareOp::GreaterWithIC(JSThread *thread, JSTaggedValue left, in GreaterWithIC() function in panda::ecmascript::CompareOp
446 INTERPRETER_TRACE(thread, GreaterWithIC); in GreaterWithIC()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h232 V(GreaterWithIC) \

Completed in 8 milliseconds