Searched full:describes (Results 1 – 19 of 19) sorted by relevance
4 This document describes Ahead Of Time compilation in Ark VM.26 - `.aot` - Contains all information that describes AOT structure. All used structures can be found …38 - `AotHeader` - This header describes main information, such as version, file name string, command …40 - `PandaFileHeader` - Describes corresponding panda file.41 - `ClassHeader` - Describes single class.
3 This document describes **Panda trace** subsystem. The subsystem provides API for creating *tracepo…
5 …d code and Panda runtime should interact with each other. This document describes the following as…29 …tion must accept one extra argumnent: the pointer to `panda::Method` which describes this function.61 `panda::Method` describes a managed function in the runtime.135 - `panda::Method*` - a pointer to `panda::Method` which describes the called function. 161 // r0 contains a pointer to `panada::Method` which describes `int max(int, int)` function.
3 This document describes change log with the following modifications:
6 development of compilers and interpreters is confusing in some cases. This document describes what
3 This document describes Panda IR design with the following goals 130 **BasicBlock** is a class that describes a linear part of executable code. BasicBlock contains:265 **Input** is the object that describes which instruction defines value for corresponding operand of…
101 Code headers describes structure of the compiled code and metainfo.
5 This document describes assembly file format for Panda platform. Assembly files are human-readable …
3 This document describes Panda binary file format with the following goals in mind:534 … | Array of annotation element's types. Each element in the array describes the type of `Ann…
3 # This file describes the settings to be used by the documentation system
83 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
29 * This class describes layout of the frame being compiled.
14 # This file describes copmiler-to-runtime entrypoints.
42 * EntityPairHeader Describes pair for hash value of class's descriptor and its entity id offset,
6 This section describes how to develop and test ARK runtime.
5 …. For every gate, inputs are ordered, outputs are unordered. Circuit IR describes semantic of prog…
19 Describes signature of the instruction. Properties of the operands are separated by '-' symbol.
311 * Describes type of the object produced by an instruction.