Searched full:describes (Results 1 – 25 of 50) sorted by relevance
12
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 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.
|
| D | tracing.md | 3 This document describes **Panda trace** subsystem. The subsystem provides API for creating *tracepo…
|
| D | 2022-08-18-isa-changelog.md | 3 This document describes change log with the following modifications:
|
| D | runtime-compiled_code-interaction.md | 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.
|
| D | ir_format.md | 3 This document describes Panda IR design with the following goals 123 **BasicBlock** is a class that describes a linear part of executable code. BasicBlock contains: 258 **Input** is the object that describes which instruction defines value for corresponding operand of…
|
| D | glossary.md | 6 development of compilers and interpreters is confusing in some cases. This document describes what
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot.md | 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.
|
| D | tracing.md | 3 This document describes **Panda trace** subsystem. The subsystem provides API for creating *tracepo…
|
| D | runtime-compiled_code-interaction.md | 5 …d code and Panda runtime should interact with each other. This document describes the following as… 29 …ction must accept one extra argument: the pointer to `panda::Method` which describes this function. 67 `panda::Method` describes a managed function in the runtime. 141 - `panda::Method*` - a pointer to `panda::Method` which describes the called function. 167 // r0 contains a pointer to `panada::Method` which describes `int max(int, int)` function.
|
| D | glossary.md | 6 development of compilers and interpreters is confusing in some cases. This document describes what
|
| D | ir_format.md | 3 This document describes Panda IR design with the following goals 132 **BasicBlock** is a class that describes a linear part of executable code. BasicBlock contains: 267 **Input** is the object that describes which instruction defines value for corresponding operand of…
|
| /arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
| D | bindings_schema.yml | 15 # This schema file describes structure of bindings.yml files and other restrictions on their conten…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_entrypoints.yaml | 14 # This file describes copmiler-to-runtime entrypoints.
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.h | 26 /// @brief describes the set of adjustable parameters for CoroutineManager and its descendants init… 92 * @param config describes the CoroutineManager operation mode
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 83 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
|
| D | reg_alloc_graph_coloring_doc.md | 17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | paoc.md | 78 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
|
| D | reg_alloc_graph_coloring_doc.md | 17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/ |
| D | README.md | 70 - `CMakeLists.txt` – describes how to build of the test. Example:
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.h | 39 // Pattern describes arktsconfig path pattern for 'include' or 'exclude' properties
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | frame_info.h | 28 /// This class describes layout of the frame being compiled.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_ssa_pre.h | 32 // passed to it as parameter. The caller of DoSavePlacementOpt() describes
|
| D | cg_ssu_pre.h | 31 // passed to it as parameter. The caller of DoRestorePlacementOpt() describes
|
| D | memlayout.h | 110 /* describes where a symbol is allocated */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 206 a sentence that consists of a single distinguished nonterminal, and describes 368 (*compilationUnit*). The *goal symbol* describes how sequences of
|
12