Searched refs:Sub2 (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 141 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 D | runtime_stub_list.h | 363 V(Sub2) \
|
H A D | runtime_stubs.cpp | 2252 DEF_RUNTIME_STUBS(Sub2) in DEF_RUNTIME_STUBS() 2254 RUNTIME_STUBS_HEADER(Sub2); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 41 static JSTaggedValue Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 132 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 D | interpreter-inl.cpp | 1769 JSTaggedValue res = SlowRuntimeStub::Sub2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1019 JSTaggedValue res = SlowRuntimeStub::Sub2(thread, left, right); in HandleSub2Imm8V8()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 42 V(Sub2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 617 result = CallRuntime(glue, RTSTUB_ID(Sub2), { left, right }); in Sub()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 993 ra_.Emit<Sub2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 1997 BinaryArithmetic<Sub2, Sub2Wide, Fsub2, Fsub2Wide>(node, lhs); in BinaryArithmLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1607 TEST_F(IrBuilderTest, Sub2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1629 TEST_F(IrBuilderTest, Sub2) in TEST_F()
|
Completed in 70 milliseconds