Lines Matching full:format
26 …ts an ARK bytecode file in text format (*.pa) into a bytecode file in binary format (*.abc). For d…
27 …er, further optimize the ARK bytecode to generate optimized bytecode file in binary format (*.abc).
31 …ler that converts an ARK bytecode file in binary format (*.abc) into an ARK bytecode file in text …
32 ├── docs # Language frontend, ARK file format, and runtime design documents.
38 …fect_scan_aux # Vulnerability defect scanning tool for ARK bytecode file in binary format (*.abc).
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).
75 The ark\_asm assembler converts the text ARK bytecode file into a bytecode file in binary format.
93 … --version | Print version info, including file format version and minimum supported file form…
95 Input file: ARK bytecodes in text format
97 Output file: ARK bytecodes in binary format
119 …n | Print version info, including file format version and minimum supported file form…
121 Input file: ARK bytecodes in binary format
123 Output file: ARK bytecodes in text format