Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp294 HWTEST_F_L0(ICBinaryOPTest, ShrWithTSType) in HWTEST_F_L0()
302 JSTaggedValue resInICPath1 = ICBinaryOP::ShrWithTSType(thread, arg1, arg3, in HWTEST_F_L0()
306 JSTaggedValue resInICPath2 = ICBinaryOP::ShrWithTSType(thread, Str1.GetTaggedValue(), arg3, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h310 static inline JSTaggedValue ShrWithTSType(JSThread *thread, JSTaggedValue left, in ShrWithTSType() function in panda::ecmascript::ICBinaryOP
313 INTERPRETER_TRACE(thread, ShrWithTSType); in ShrWithTSType()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h222 V(ShrWithTSType) \

Completed in 5 milliseconds