Home
last modified time | relevance | path

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

12

/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…
D2022-08-18-isa-changelog.md3 This document describes change log with the following modifications:
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.
Dir_format.md3 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…
Dglossary.md6 development of compilers and interpreters is confusing in some cases. This document describes what
/arkcompiler/runtime_core/static_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 …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.
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
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/
Dbindings_schema.yml15 # This schema file describes structure of bindings.yml files and other restrictions on their conten…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.yaml14 # This file describes copmiler-to-runtime entrypoints.
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h26 /// @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/
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/static_core/compiler/docs/
Dpaoc.md78 …# 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/static_core/runtime/tests/intrusive-tests/
DREADME.md70 - `CMakeLists.txt` – describes how to build of the test. Example:
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.h39 // Pattern describes arktsconfig path pattern for 'include' or 'exclude' properties
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dframe_info.h28 /// This class describes layout of the frame being compiled.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_ssa_pre.h32 // passed to it as parameter. The caller of DoSavePlacementOpt() describes
Dcg_ssu_pre.h31 // passed to it as parameter. The caller of DoRestorePlacementOpt() describes
Dmemlayout.h110 /* describes where a symbol is allocated */
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst206 a sentence that consists of a single distinguished nonterminal, and describes
368 (*compilationUnit*). The *goal symbol* describes how sequences of

12