Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni152 tool("cc") {
163 tool("cxx") {
174 tool("asm") {
185 tool("alink") {
214 tool("solink") {
298 tool("solink_module") {
345 tool("link") {
420 tool("stamp") {
424 tool("copy") {
Dtoolchain.gni77 # While other "tool"s in a toolchain are specific to the target of that
/arkcompiler/runtime_core/gn/build/toolchain/
DBUILD.gn52 tool("cc") {
61 tool("cxx") {
70 tool("asm") {
79 tool("alink") {
89 tool("solink") {
116 tool("link") {
126 tool("stamp") {
131 tool("copy") {
/arkcompiler/ets_frontend/test262/
DREADME.md25 [--ark-aot-tool ARK_AOT_TOOL]
26 [--ark-tool ARK_TOOL]
27 [--ark-frontend-tool ARK_FRONTEND_TOOL]
51 --ark-aot-tool ARK_AOT_TOOL
52 ark's aot tool
53 --ark-tool ARK_TOOL ark's binary tool
54 --ark-frontend-tool ARK_FRONTEND_TOOL
55 ark frontend conversion tool
148 …ider.py --ark-tool=/home/share/OpenHarmony2.0_20210604/out/ohos-arm-release/clang_x64/arkcompiler/…
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh24 --tool-repo)
28 --tool-repo=*)
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md15 …me of running the script will download the burnning tool and need to install the driver for the to…
16 by yourself. After the pragram run for a while(downloading the tool), there comes the User Account …
21 - Because the burning tool does not use the relative path as the the storage path of images, the sc…
Drun.bat23 REM get tool
67 echo "Error happens while getting tool" >> log.log
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu…
37 tests/cts-coverage-tool/bin/spectrac.rb \
44 -n tests/cts-coverage-tool/config/non_testable.yaml
DCMakeLists.txt36 # Coverage tool:
/arkcompiler/ets_runtime/test/
Druntest.py371 if self.args.tool == 'node':
375 if self.args.tool == 'qjs':
379 if self.args.tool == 'hermes':
383 if not self.args.tool:
384 self.args.tool = 'aot'
385 if self.args.tool not in ['aot', 'asmint', 'int']:
404 if self.args.tool == 'aot':
411 ret = self.run_cmd(cmd_map[self.args.tool])
429 if self.args.tool == 'aot':
436 ret = self.run_cmd(cmd_map[self.args.tool])
/arkcompiler/runtime_core/
DREADME.md35 ├── irtoc # IR to code tool, aims to compile a manually created IR to the target …
38 ├── libark_defect_scan_aux # Vulnerability defect scanning tool for ARK bytecode file in binary fo…
42 ├── panda # CLI tool used to execute ARK bytecode files in binary format(*.abc).
46 ├── quickener # Quickener tool.
/arkcompiler/ets_runtime/
DREADME.md22 │ ├─ dfx # Memory and profiling tool
26 │ ├─ js_vm # Command line tool
/arkcompiler/ets_runtime/docs/
Ddevelopment-example.md15 …e rk3568 --build-target ark_js_host_linux_tools_packages # arm platform and host side running tool
22 …t_linux_tools_packages --build-target ets_frontend_build # arm platform and host side running tool
220 …8709164871213"><a name="p18709164871213"></a><a name="p18709164871213"></a>--ark-tool ARK_TOOL</p>
222 …e="p16709194812126"></a><a name="p16709194812126"></a>Specifies the binary tool of ARK runtime.</p>
225 …><a name="p3767155201216"></a><a name="p3767155201216"></a>--ark-frontend-tool ARK_FRONTEND_TOOL<…
227 …="p4767195251220"></a><a name="p4767195251220"></a>Specifies the ARK front-end conversion tool.</p>
301 …st262/run_sunspider.py --ark-tool=/your_code_path/out/rk3568/clang_x64/arkcompiler/ets_runtime/ark…
Doverview.md36 - Analysis tools: DFX tool and CPU and heap profiling tool
DREADME_zh.md24 …esa-dev libxml2-utils xsltproc unzip m4 libtinfo5 bc npm genext2fs liblz4-tool libssl-dev ruby ope…
288 …8709164871213"><a name="p18709164871213"></a><a name="p18709164871213"></a>--ark-tool ARK_TOOL</p>
293 …><a name="p3767155201216"></a><a name="p3767155201216"></a>--ark-frontend-tool ARK_FRONTEND_TOOL<…
363 …st262/run_sunspider.py --ark-tool=/your_code_path/out/rk3568/clang_x64/arkcompiler/ets_runtime/ark…
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py73 def run_test(file, tool, flag=False): argument
90 command_os(['node', '--expose-gc', tool, '-m', file, '--output-type'])
92 command_os(['node', '--expose-gc', tool, file, '--output-type'])
DREADME.md9 2. Go to the tool build directory 'cd out/hispark_taurus/clang_x64/arkcompiler/ets_frontend/build' …
/arkcompiler/runtime_core/docs/
Dirtoc.md1 # Irtoc tool
3 **Irtoc**(Ir-To-Code) tool is aimed to compile a manually created IR (intermediate representation) …
Dglossary.md17 * **Compiler** is a tool that performs source code or bytecode translation, optimization and
29 * **Panda Assembler** is a tool that translates **Panda Assembly Language**
Daot.md115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by
162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p…
/arkcompiler/ets_frontend/es2panda/
Des2abc_config.gni70 "--frontend-tool-path",
/arkcompiler/runtime_core/assembler/
DCMakeLists.txt121 # Special case for host tool build.
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt127 # Special case for host tool build.
/arkcompiler/ets_frontend/ts2panda/
Dts2abc_config.gni92 "--frontend-tool-path",
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md51 --with-quickener Run quickener tool after assembly

12