Lines Matching refs:AOT
8 AOT file has `.an` extension and it is a valid ELF file.
26 - `.aot` - Contains all information that describes AOT structure. All used structures can be found …
29 To access to the `.text` and `.aot` sections from AOT loader following symbols are defined:
35 ### AOT headers
44 More details about AOT headers you can find in `<src>/compiler/aot/aot_headers.h`.
52 filled with appropriate data during AOT file loading at runtime. This data allows compiler's codege…
103 In AOT mode for `CallStatic`, `CallVirtual`, and opcodes related to `Class` resolving there exists …
108 AOT-compiled code may use special PLT-slots to load resolved string without runtime calls.
115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by
121 - `--output` - path to the output AOT file (default is `out.an`)
130 #### AOT in Panda
132 To pass AOT file to the Panda `--aot-file` option should be specified:
142 Panda file shall be passed with same name as it was compiled by ark_aot, otherwise AOT loader won't…
160 #### AOT debugging
162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p…