/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 69 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Add2(thread, arg1.GetTaggedValue(),
in HWTEST_F_L0() 76 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Add2(thread, arg1.GetTaggedValue(),
in HWTEST_F_L0() 83 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Add2(thread, Str1.GetTaggedValue(),
in HWTEST_F_L0() 91 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Add2(thread, JSTaggedValue::Undefined(),
in HWTEST_F_L0() 99 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Add2(thread, arg3.GetTaggedValue(),
in HWTEST_F_L0() 108 JSTaggedValue resInSlowPath6 = SlowRuntimeStub::Add2(thread, Str1.GetTaggedValue(),
in HWTEST_F_L0() 116 JSTaggedValue resInSlowPath7 = SlowRuntimeStub::Add2(thread, arg1.GetTaggedValue(),
in HWTEST_F_L0() 123 JSTaggedValue resInSlowPath8 = SlowRuntimeStub::Add2(thread, arg4.GetTaggedValue(),
in HWTEST_F_L0()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | asmjit_test.cpp | 118 TEST_F(AsmJitTest, Add2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | asmjit_test.cpp | 122 TEST_F(AsmJitTest, Add2) in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 362 V(Add2) \
|
H A D | runtime_stubs.cpp | 2243 DEF_RUNTIME_STUBS(Add2) in DEF_RUNTIME_STUBS() 2245 RUNTIME_STUBS_HEADER(Add2); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 96 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in AddWithTSType()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 40 static JSTaggedValue Add2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 122 JSTaggedValue SlowRuntimeStub::Add2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Add2() function in panda::ecmascript::SlowRuntimeStub 124 INTERPRETER_TRACE(thread, Add2); in Add2()
|
H A D | interpreter-inl.cpp | 1738 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 984 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in HandleAdd2Imm8V8()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 41 V(Add2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 596 result = CallRuntime(glue, RTSTUB_ID(Add2), { left, right }); in Add()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 988 ra_.Emit<Add2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 1991 BinaryArithmetic<Add2, Add2Wide, Fadd2, Fadd2Wide>(node, lhs); in BinaryArithmLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1555 TEST_F(IrBuilderTest, Add2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1577 TEST_F(IrBuilderTest, Add2) in TEST_F()
|