Searched refs:GreaterEqWithIC (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_compareop_test.cpp | 394 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 D | ic_compare_op.h | 74 static JSTaggedValue GreaterEqWithIC(JSThread *thread, JSTaggedValue left,
|
H A D | ic_compare_op.cpp | 452 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 D | runtime_call_id.h | 234 V(GreaterEqWithIC) \
|
Completed in 4 milliseconds