Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp365 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 Dic_binary_op.h366 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 Druntime_call_id.h226 V(XorWithTSType) \

Completed in 4 milliseconds