Searched refs:LessWithIC (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_compareop_test.cpp | 189 HWTEST_F_L0(IcCompareOPTest, LessWithIC) in HWTEST_F_L0() 230 JSTaggedValue resInICPath1 = CompareOp::LessWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() 232 JSTaggedValue resInICPath2 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() 234 JSTaggedValue resInICPath3 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() 236 JSTaggedValue resInICPath4 = CompareOp::LessWithIC(thread, Str1.GetTaggedValue(), in HWTEST_F_L0() 238 JSTaggedValue resInICPath5 = CompareOp::LessWithIC(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() 241 JSTaggedValue resInICPath9 = CompareOp::LessWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0() 243 JSTaggedValue resInICPath10 = CompareOp::LessWithIC(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_compare_op.h | 65 static JSTaggedValue LessWithIC(JSThread *thread, JSTaggedValue left,
|
H A D | ic_compare_op.cpp | 425 JSTaggedValue CompareOp::LessWithIC(JSThread *thread, JSTaggedValue left, in LessWithIC() function in panda::ecmascript::CompareOp 428 INTERPRETER_TRACE(thread, LessWithIC); in LessWithIC()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 230 V(LessWithIC) \
|
Completed in 5 milliseconds