Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp189 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 Dic_compare_op.h65 static JSTaggedValue LessWithIC(JSThread *thread, JSTaggedValue left,
H A Dic_compare_op.cpp425 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 Druntime_call_id.h230 V(LessWithIC) \

Completed in 5 milliseconds