Home
last modified time | relevance | path

Searched refs:SubWithTSType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp132 HWTEST_F_L0(ICBinaryOPTest, SubWithTSType) in HWTEST_F_L0()
143 JSTaggedValue resInICPath1 = ICBinaryOP::SubWithTSType(thread, arg1.GetTaggedValue(), arg2.GetTaggedValue(), in HWTEST_F_L0()
149 JSTaggedValue resInICPath2 = ICBinaryOP::SubWithTSType(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue(), in HWTEST_F_L0()
155 JSTaggedValue resInICPath3 = ICBinaryOP::SubWithTSType(thread, arg1.GetTaggedValue(), JSTaggedValue::True(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h106 static inline JSTaggedValue SubWithTSType(JSThread *thread, JSTaggedValue left, in SubWithTSType() function in panda::ecmascript::ICBinaryOP
109 INTERPRETER_TRACE(thread, SubWithTSType); in SubWithTSType()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h217 V(SubWithTSType) \

Completed in 7 milliseconds