Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp394 HWTEST_F_L0(IcCompareOPTest, GreaterEqWithIC) in HWTEST_F_L0()
434 JSTaggedValue resInICPath1 = CompareOp::GreaterEqWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
437 JSTaggedValue resInICPath2 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
440 JSTaggedValue resInICPath3 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
443 JSTaggedValue resInICPath4 = CompareOp::GreaterEqWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
446 JSTaggedValue resInICPath5 = CompareOp::GreaterEqWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
449 JSTaggedValue resInICPath9 = CompareOp::GreaterEqWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
451 JSTaggedValue resInICPath10 = CompareOp::GreaterEqWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.h74 static JSTaggedValue GreaterEqWithIC(JSThread *thread, JSTaggedValue left,
H A Dic_compare_op.cpp452 JSTaggedValue CompareOp::GreaterEqWithIC(JSThread *thread, JSTaggedValue left, in GreaterEqWithIC() function in panda::ecmascript::CompareOp
455 INTERPRETER_TRACE(thread, GreaterEqWithIC); in GreaterEqWithIC()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h234 V(GreaterEqWithIC) \

Completed in 4 milliseconds