Searched refs:SubWithTSType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 132 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 D | ic_binary_op.h | 106 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 D | runtime_call_id.h | 217 V(SubWithTSType) \
|
Completed in 7 milliseconds