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