Searched refs:And2 (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 260 V(And2) \
|
H A D | runtime_stubs.cpp | 1453 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 D | slow_runtime_stub.h | 54 static JSTaggedValue And2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 262 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 D | interpreter-inl.cpp | 2102 JSTaggedValue res = SlowRuntimeStub::And2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1418 JSTaggedValue res = SlowRuntimeStub::And2(thread, left, right);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 57 V(And2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 1048 result = CallRuntime(glue, RTSTUB_ID(And2), { left, right }); in And()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1033 ra_.Emit<And2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 1963 BinaryBitwiseArithmetic<And2, And2Wide>(node, lhs); in BinaryLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1711 TEST_F(IrBuilderTest, And2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1733 TEST_F(IrBuilderTest, And2) in TEST_F()
|
Completed in 65 milliseconds