Home
last modified time | relevance | path

Searched full:describes (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/docs/
Daot.md4 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.
Dtracing.md3 This document describes **Panda trace** subsystem. The subsystem provides API for creating *tracepo…
Druntime-compiled_code-interaction.md5 …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.
D2022-08-18-isa-changelog.md3 This document describes change log with the following modifications:
Dglossary.md6 development of compilers and interpreters is confusing in some cases. This document describes what
Dir_format.md3 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…
Dcode_metainfo.md101 Code headers describes structure of the compiled code and metainfo.
Dassembly_format.md5 This document describes assembly file format for Panda platform. Assembly files are human-readable …
Dfile_format.md3 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…
Ddoxygen.config3 # This file describes the settings to be used by the documentation system
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md83 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
Dreg_alloc_graph_coloring_doc.md17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dframe_info.h29 * This class describes layout of the frame being compiled.
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.yaml14 # This file describes copmiler-to-runtime entrypoints.
/arkcompiler/runtime_core/libpandafile/
Dfile.h42 * EntityPairHeader Describes pair for hash value of class's descriptor and its entity id offset,
/arkcompiler/ets_runtime/docs/
Ddevelopment-example.md6 This section describes how to develop and test ARK runtime.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md5 …. For every gate, inputs are ordered, outputs are unordered. Circuit IR describes semantic of prog…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml19 Describes signature of the instruction. Properties of the operands are separated by '-' symbol.
Dinst.h311 * Describes type of the object produced by an instruction.