Searched refs:XorWithTSType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 365 HWTEST_F_L0(ICBinaryOPTest, XorWithTSType)
in HWTEST_F_L0() 373 JSTaggedValue resInICPath1 = ICBinaryOP::XorWithTSType(thread, arg1, arg3,
in HWTEST_F_L0() 377 JSTaggedValue resInICPath2 = ICBinaryOP::XorWithTSType(thread, Str1.GetTaggedValue(), arg3,
in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 366 static inline JSTaggedValue XorWithTSType(JSThread *thread, JSTaggedValue left, in XorWithTSType() function in panda::ecmascript::ICBinaryOP 369 INTERPRETER_TRACE(thread, XorWithTSType); in XorWithTSType()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 226 V(XorWithTSType) \
|
Completed in 4 milliseconds