Home
last modified time | relevance | path

Searched refs:Sub2 (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp141 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Sub2(thread, arg1.GetTaggedValue(), arg2.GetTaggedValue()); in HWTEST_F_L0()
147 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Sub2(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue()); in HWTEST_F_L0()
153 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Sub2(thread, arg1.GetTaggedValue(), JSTaggedValue::True()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h363 V(Sub2) \
H A Druntime_stubs.cpp2252 DEF_RUNTIME_STUBS(Sub2) in DEF_RUNTIME_STUBS()
2254 RUNTIME_STUBS_HEADER(Sub2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h41 static JSTaggedValue Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp132 JSTaggedValue SlowRuntimeStub::Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Sub2() function in panda::ecmascript::SlowRuntimeStub
134 INTERPRETER_TRACE(thread, Sub2); in Sub2()
H A Dinterpreter-inl.cpp1769 JSTaggedValue res = SlowRuntimeStub::Sub2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1019 JSTaggedValue res = SlowRuntimeStub::Sub2(thread, left, right); in HandleSub2Imm8V8()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h42 V(Sub2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp617 result = CallRuntime(glue, RTSTUB_ID(Sub2), { left, right }); in Sub()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp993 ra_.Emit<Sub2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1997 BinaryArithmetic<Sub2, Sub2Wide, Fsub2, Fsub2Wide>(node, lhs); in BinaryArithmLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1607 TEST_F(IrBuilderTest, Sub2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1629 TEST_F(IrBuilderTest, Sub2) in TEST_F()

Completed in 63 milliseconds