Searched full:backend (Results 1 – 25 of 69) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | BUILD.gn | 94 data = [ "backend/options.yaml" ] 102 "backend/compilation.cpp", 103 "backend/compiler/codegen_boundary.cpp", 104 "backend/compiler/codegen_fastpath.cpp", 105 "backend/compiler/dangling_pointers_checker.cpp", 106 "backend/function.cpp", 107 "backend/irtoc.cpp", 108 "backend/irtoc_options.cpp",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/ |
| D | Dockerfile | 20 COPY ./plugins/ets/playground/backend/dist ./dist 21 COPY ./plugins/ets/playground/backend/docker/config.yaml ./config.yaml 22 COPY ./plugins/ets/playground/backend/docker/arktsconfig.json ./build/bin/arktsconfig.json
|
| D | README.md | 19 * `cd /path/runtime_core/static_core/plugins/ets/playground/backend` 23 * `docker build -t "your-tag" -f ./plugins/ets/playground/backend/Dockerfile .`
|
| D | pyproject.toml | 23 build-backend = "setuptools.build_meta"
|
| /arkcompiler/runtime_core/static_core/ |
| D | README.md | 83 ## Building with LLVM Backend 85 If you want to build Ark with LLVM Backend you need to build first special modified LLVM 15 binarie… 91 to build Ark with LLVM Backend functions. 109 ## Cross ARM64 build with LLVM Backend 112 two LLVM-paths options are required when all LLVM Backend functions are enabled. 160 To use LLVM Backend add the following arguments:
|
| /arkcompiler/toolchain/tooling/ |
| D | BUILD.gn | 33 "backend/debugger_executor.cpp", 34 "backend/js_pt_hooks.cpp", 35 "backend/js_single_stepper.cpp",
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Definitions.cmake | 321 option(PANDA_COMPILER_TARGET_X86 "Build x86-backend") 322 option(PANDA_COMPILER_TARGET_X86_64 "Build x86_64-backend" ON) 323 option(PANDA_COMPILER_TARGET_AARCH32 "Build aarch32-backend" ON) 324 option(PANDA_COMPILER_TARGET_AARCH64 "Build aarch64-backend" ON) 337 # For host-tools build support only single-target backend (with the same toolchain): 413 option(PANDA_LLVM_BACKEND "Enable LLVM backend for Ark compiler" OFF) 462 # PANDA_BUILD_LLVM_BACKEND is an internal flag telling if it is necessary to compile backend 464 # LLVM_AOT means we need the backend. LLVM_AOT is always disabled in host_tools part. 465 # LLVM_IRTOC means we need the backend unless we are in cross compilation.
|
| /arkcompiler/runtime_core/cmake/ |
| D | Definitions.cmake | 277 option(PANDA_COMPILER_TARGET_X86 "Build x86-backend") 278 option(PANDA_COMPILER_TARGET_X86_64 "Build x86_64-backend") 279 option(PANDA_COMPILER_TARGET_AARCH32 "Build aarch32-backend") 280 option(PANDA_COMPILER_TARGET_AARCH64 "Build aarch64-backend") 293 # For host-tools build support only single-target backend (with the same toolchain):
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | perf_counter.md | 41 4 009 952 stalled backend cycles (0.339 of cycles)
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | pyproject.toml | 40 build-backend = "setuptools.build_meta"
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/cmake/ |
| D | LLVM.cmake | 23 message(STATUS "LLVM backend:")
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/ |
| D | sampler.plantuml | 16 title ArkTS Sampling Profiler Backend
|
| D | sampler.md | 11 The only public class for profiler backend is `Sampler`. It follows singleton pattern with paired s…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | intrinsics-yaml.md | 73 …ce: core``` and ```class_name: Irtoc``` - [irtoc/backend/compiler/codegen_fastpath.cpp](../irtoc/b…
|
| /arkcompiler/toolchain/test/fuzztest/ |
| D | BUILD.gn | 20 "backend:fuzztest",
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_compiler.h | 57 size_t optLevel_ {3}; // 3 : default backend optimization level
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | backendsinglestep_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendsinglestep_fuzzer"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| D | backendloadmodule_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendloadmodule_fuzzer"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| D | backendexception_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendexception_fuzzer"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendbreakpoint_fuzzer"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendnativecalling_fuzzer"
|
| D | backendnativecalling_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
123