Searched full:describes (Results 1 – 25 of 71) sorted by relevance
123
| /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 | 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.
|
| /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 …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/ |
| D | 2024-07-05-file_format-changelog.md | 2 This document describes change log with the following modifications:
|
| D | 2024-03-20-isa-changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2024-05-12-isa.changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2024-07-10-isa-changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2024-05-24-isa-changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2024-04-08-file_format-changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2024-08-29-isa&&file_format-changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2024-05-26-file_format-changelog.md | 2 This document describes change log with the following modifications:
|
| D | 2023-12-31-isa-changelog.md | 3 This document describes change log with the following modifications:
|
| D | 2022-08-18-isa-changelog.md | 3 This document describes change log with the following modifications:
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | README.md | 15 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/ |
| D | intro.rst | 19 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/ |
| D | declaration_usage_neg.ets | 23 // Module describes C, but C not exported
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | intro.rst | 25 Each chapter describes a feature and contains the results 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/ets_frontend/ets2panda/linter/src/testRunner/ |
| D | TestArgs.ts | 24 * Describes test configuration format for [test.args.json] file.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 83 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | paoc.md | 78 …# The file should contain two objects: "clusters_map", which describes `function-clusters` relatio…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/ |
| D | README.md | 70 - `CMakeLists.txt` – describes how to build of the test. Example:
|
123