Home
last modified time | relevance | path

Searched refs:Add2 (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp69 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 Dasmjit_test.cpp118 TEST_F(AsmJitTest, Add2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp122 TEST_F(AsmJitTest, Add2) in TEST_F()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h362 V(Add2) \
H A Druntime_stubs.cpp2243 DEF_RUNTIME_STUBS(Add2) in DEF_RUNTIME_STUBS()
2245 RUNTIME_STUBS_HEADER(Add2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h96 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in AddWithTSType()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h40 static JSTaggedValue Add2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp122 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 Dinterpreter-inl.cpp1738 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp984 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in HandleAdd2Imm8V8()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h41 V(Add2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp596 result = CallRuntime(glue, RTSTUB_ID(Add2), { left, right }); in Add()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp988 ra_.Emit<Add2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1991 BinaryArithmetic<Add2, Add2Wide, Fadd2, Fadd2Wide>(node, lhs); in BinaryArithmLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1555 TEST_F(IrBuilderTest, Add2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1577 TEST_F(IrBuilderTest, Add2) in TEST_F()

Completed in 61 milliseconds