Home
last modified time | relevance | path

Searched refs:And2 (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h260 V(And2) \
H A Druntime_stubs.cpp1453 DEF_RUNTIME_STUBS(And2) in DEF_RUNTIME_STUBS()
1455 RUNTIME_STUBS_HEADER(And2); in DEF_RUNTIME_STUBS()
1459 auto res = SlowRuntimeStub::And2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h54 static JSTaggedValue And2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp262 JSTaggedValue SlowRuntimeStub::And2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in And2() function in panda::ecmascript::SlowRuntimeStub
264 INTERPRETER_TRACE(thread, And2); in And2()
H A Dinterpreter-inl.cpp2102 JSTaggedValue res = SlowRuntimeStub::And2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1418 JSTaggedValue res = SlowRuntimeStub::And2(thread, left, right);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h57 V(And2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp1048 result = CallRuntime(glue, RTSTUB_ID(And2), { left, right }); in And()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1033 ra_.Emit<And2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1963 BinaryBitwiseArithmetic<And2, And2Wide>(node, lhs); in BinaryLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1711 TEST_F(IrBuilderTest, And2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1733 TEST_F(IrBuilderTest, And2) in TEST_F()

Completed in 61 milliseconds