Lines Matching full:bytecode
26 …ler # Assembler that converts an ARK bytecode file in text format (*.pa) into a byte…
27 ├── bytecode_optimizer # Bytecode optimizer, further optimize the ARK bytecode to generate opt…
29 … # Compiler including IR(intermediate representation) and passes for bytecode optimization. See…
31 … # Disassembler that converts an ARK bytecode file in binary format (*.abc) into an ARK …
36 ├── isa # Bytecode ISA description file YAML, Ruby scripts and templates.
38 ├── libark_defect_scan_aux # Vulnerability defect scanning tool for ARK bytecode file in binary fo…
40 ├── libpandafile # Source code repository of ARK bytecode files (*.abc) in binary format.
42 ├── panda # CLI tool used to execute ARK bytecode files in binary format(*.abc).
51 └── verification # Bytecode verifier. See docs/bc_verification.
75 The ark\_asm assembler converts the text ARK bytecode file into a bytecode file in binary format.
91 | --size-stat | Collect statistics and print ARK bytecode information after conversion. …