Home
last modified time | relevance | path

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

123

/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.
/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 …unction must accept one extra argument: the pointer to `ark::Method` which describes this function.
67 `ark::Method` describes a managed function in the runtime.
141 - `ark::Method*` - a pointer to `ark::Method` which describes the called function.
167 // r0 contains a pointer to `panada::Method` which describes `int max(int, int)` function.
/arkcompiler/runtime_core/docs/changelogs/
D2024-07-05-file_format-changelog.md2 This document describes change log with the following modifications:
D2024-03-20-isa-changelog.md3 This document describes change log with the following modifications:
D2024-05-12-isa.changelog.md3 This document describes change log with the following modifications:
D2024-07-10-isa-changelog.md3 This document describes change log with the following modifications:
D2024-05-24-isa-changelog.md3 This document describes change log with the following modifications:
D2024-04-08-file_format-changelog.md3 This document describes change log with the following modifications:
D2024-08-29-isa&&file_format-changelog.md3 This document describes change log with the following modifications:
D2024-05-26-file_format-changelog.md2 This document describes change log with the following modifications:
D2023-12-31-isa-changelog.md3 This document describes change log with the following modifications:
D2022-08-18-isa-changelog.md3 This document describes change log with the following modifications:
/arkcompiler/ets_frontend/ets2panda/public/
DREADME.md15 It describes how C++ types should be transformed into C types in plugin API.
25 # Describes C++ original argument.
34 # Describes C arguments, into which the original argument will be expanded.
42 …# Describes additional C return arguments IF original argument is return type and expands to multi…
94 1) `es2panda_arg`: describes original C++ argument. It is used to match which **template** from `cp…
146 2) `new_args`: describes C arguments, into which the original argument will be expanded.
160 Describes argument for C-API:
174 3) `return_args`: describes additional C return arguments IF original argument is return type and e…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Dintro.rst19 It also describes difference between *annotations* and *decorators* (see :ref:`TS Decorators`).
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/
Ddeclaration_usage_neg.ets23 // Module describes C, but C not exported
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dintro.rst25 Each chapter describes a feature and contains the results 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/ets_frontend/ets2panda/linter/src/testRunner/
DTestArgs.ts24 * Describes test configuration format for [test.args.json] file.
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md83 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dpaoc.md78 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
DREADME.md70 - `CMakeLists.txt` – describes how to build of the test. Example:

123