Home
last modified time | relevance | path

Searched full:backend (Results 1 – 25 of 69) sorted by relevance

123

/arkcompiler/runtime_core/static_core/irtoc/
DBUILD.gn94 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/
DDockerfile20 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
DREADME.md19 * `cd /path/runtime_core/static_core/plugins/ets/playground/backend`
23 * `docker build -t "your-tag" -f ./plugins/ets/playground/backend/Dockerfile .`
Dpyproject.toml23 build-backend = "setuptools.build_meta"
/arkcompiler/runtime_core/static_core/
DREADME.md83 ## 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/
DBUILD.gn33 "backend/debugger_executor.cpp",
34 "backend/js_pt_hooks.cpp",
35 "backend/js_single_stepper.cpp",
/arkcompiler/runtime_core/static_core/cmake/
DDefinitions.cmake321 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/
DDefinitions.cmake277 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/
Dperf_counter.md41 4 009 952 stalled backend cycles (0.339 of cycles)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
Dpyproject.toml40 build-backend = "setuptools.build_meta"
/arkcompiler/runtime_core/static_core/libllvmbackend/cmake/
DLLVM.cmake23 message(STATUS "LLVM backend:")
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/
Dsampler.plantuml16 title ArkTS Sampling Profiler Backend
Dsampler.md11 The only public class for profiler backend is `Sampler`. It follows singleton pattern with paired s…
/arkcompiler/runtime_core/static_core/docs/
Dintrinsics-yaml.md73 …ce: core``` and ```class_name: Irtoc``` - [irtoc/backend/compiler/codegen_fastpath.cpp](../irtoc/b…
/arkcompiler/toolchain/test/fuzztest/
DBUILD.gn20 "backend:fuzztest",
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h57 size_t optLevel_ {3}; // 3 : default backend optimization level
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
Dbackendsinglestep_fuzzer.cpp19 #include "tooling/backend/js_pt_hooks.h"
DBUILD.gn26 "$toolchain_root/test/fuzztest/backend/backendsinglestep_fuzzer"
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
Dbackendloadmodule_fuzzer.cpp19 #include "tooling/backend/js_pt_hooks.h"
DBUILD.gn26 "$toolchain_root/test/fuzztest/backend/backendloadmodule_fuzzer"
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
Dbackendexception_fuzzer.cpp19 #include "tooling/backend/js_pt_hooks.h"
DBUILD.gn26 "$toolchain_root/test/fuzztest/backend/backendexception_fuzzer"
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
DBUILD.gn26 "$toolchain_root/test/fuzztest/backend/backendbreakpoint_fuzzer"
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
DBUILD.gn26 "$toolchain_root/test/fuzztest/backend/backendnativecalling_fuzzer"
Dbackendnativecalling_fuzzer.cpp19 #include "tooling/backend/js_pt_hooks.h"

123