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