Searched refs:tool (Results 1 – 25 of 34) sorted by relevance
12
152 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") {
77 # While other "tool"s in a toolchain are specific to the target of that
52 tool("cc") {61 tool("cxx") {70 tool("asm") {79 tool("alink") {89 tool("solink") {116 tool("link") {126 tool("stamp") {131 tool("copy") {
25 [--ark-aot-tool ARK_AOT_TOOL]26 [--ark-tool ARK_TOOL]27 [--ark-frontend-tool ARK_FRONTEND_TOOL]51 --ark-aot-tool ARK_AOT_TOOL52 ark's aot tool53 --ark-tool ARK_TOOL ark's binary tool54 --ark-frontend-tool ARK_FRONTEND_TOOL55 ark frontend conversion tool148 …ider.py --ark-tool=/home/share/OpenHarmony2.0_20210604/out/ohos-arm-release/clang_x64/arkcompiler/…
24 --tool-repo)28 --tool-repo=*)
15 …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…
23 REM get tool67 echo "Error happens while getting tool" >> log.log
3 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
36 # Coverage tool:
371 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])
35 ├── 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.
22 │ ├─ dfx # Memory and profiling tool26 │ ├─ js_vm # Command line tool
15 …e rk3568 --build-target ark_js_host_linux_tools_packages # arm platform and host side running tool22 …t_linux_tools_packages --build-target ets_frontend_build # arm platform and host side running tool220 …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…
36 - Analysis tools: DFX tool and CPU and heap profiling tool
24 …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…
73 def run_test(file, tool, flag=False): argument90 command_os(['node', '--expose-gc', tool, '-m', file, '--output-type'])92 command_os(['node', '--expose-gc', tool, file, '--output-type'])
9 2. Go to the tool build directory 'cd out/hispark_taurus/clang_x64/arkcompiler/ets_frontend/build' …
1 # Irtoc tool3 **Irtoc**(Ir-To-Code) tool is aimed to compile a manually created IR (intermediate representation) …
17 * **Compiler** is a tool that performs source code or bytecode translation, optimization and29 * **Panda Assembler** is a tool that translates **Panda Assembly Language**
115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p…
70 "--frontend-tool-path",
121 # Special case for host tool build.
127 # Special case for host tool build.
92 "--frontend-tool-path",
51 --with-quickener Run quickener tool after assembly