Home
last modified time | relevance | path

Searched full:about (Results 1 – 25 of 261) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompiler_doc.md11 **Graph** the main structure in IR, which contains information about the compilation unit (method),…
94 - `EQ i32` - additional information about the instruction(Conditional code and input type for the e…
199 - `compiler` - displays information about which methods are compiled and the result of compilation
200 - `AOT` - displays information about which AOT files were found and for which methods the compiled …
201 - `interop` - shows information about the interaction of the compiler and runtime(exceptions in com…
280 - [documentation about Cross-values](../../docs/cross-values.md)
284 - [Documentation about compiler IR and optimizations](../../docs/ir_format.md)
285 - [Documentation about AOT](../../docs/aot.md)
286 - [Documentation about ark_aot tool](aot.md)
288 - [Documentation about Cross-values](../../docs/cross-values.md)
[all …]
Descape_analysis.md4 **Escape Analysis** pass performs optimizations using information about object's scope. Currently t…
14 …erialization. If the object requires materialization then the information about it's state prior t…
20 VirtualState contains information about the instruction it was originally created for and mapping b…
21 Information about fields serve several purposes:
35 * information about virtual inputs for each save state.
Dreg_alloc_graph_coloring_doc.md26 …ith call-site. They will be split later, to let algorithm make a decision about caller/callee regi…
38 …ble, and gives an ability to make decision on coloring having information about neighbors and spec…
49 …ot colored yet ones. Additionally based on bias-array it is made decision about offset for search …
61 Meantime information about call-site convention-registers is not passed to allocator. When it is av…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/concurrency/
DAsyncLockManager.ets20 * Information about all lock operations on the AsyncLock instance.
43 * Query information about the specified lock.
66 * Query information about all locks.
88 * Information about all lock operations on the AsyncLock instance.
123 * Information about a lock.
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/
Dsampler.md5 …(see description in [SampleWriter](../sample_writer.h)). More information about sampler usage can …
23 …en the signal handler in each application thread collects the information about the thread and cur…
/arkcompiler/runtime_core/panda_guard/util/
Djson_util.h40 * if there is no information about the field in the JSON object, an error will be reported
50 * if there is no information about the field in the JSON object, an error will be reported
60 * if there is no information about the field in the JSON object, an error will be reported
/arkcompiler/runtime_core/static_core/tools/sampler/
Doptions.yaml63 …description: In this mode aspt_converter retrieves information from .aspt file about necessary mod…
69 …description: With this flag aspt converter will print info about bridge frames but only if they ar…
DREADME.md26 …ed on ark launch it creates file at the end of vm's life with information about quantity of sent s…
36 | --cold-graph-enable | true/false (by default: false) | Add information about threa…
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencoder.md12about registers, which are used in the target architecture: amount of available registers, theirs …
83 Class **TypeInfo** contains information about supported types: BOOL, INT8, INT16, INT32, INT64, FLO…
84 You can get next information about type: size, scalar or vector.
94 You can get next information about register: type, id, size, scalar or vector.
104 Class **Imm** contains 64-bit storage for the immediate, it doesn't contain any information about i…
/arkcompiler/runtime_core/static_core/models/
DREADME.md6 The verification process took about 2 hours on machine with the following configuration:
/arkcompiler/ets_frontend/arkguard/
Dtsconfig.base.json2 /* Visit https://aka.ms/tsconfig.json to read more about this file */
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md26 …ith call-site. They will be split later, to let algorithm make a decision about caller/callee regi…
38 …ble, and gives an ability to make decision on coloring having information about neighbors and spec…
49 …ot colored yet ones. Additionally based on bias-array it is made decision about offset for search …
61 Meantime information about call-site convention-registers is not passed to allocator. When it is av…
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
Dtsconfig.main.json3 /* Visit https://aka.ms/tsconfig to read more about this file */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dconstructor_default_super.ets22 // Discussion about change that phrase #23218
/arkcompiler/runtime_core/docs/changelogs/
D2024-05-26-file_format-changelog.md13 For more details about this refactoring, please refer to [arkts-bytecode-function-name.md
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/enum_multi_error/
Denum_not_pair_brackets.ets18 // Printed two errors about eos, because there are two attempts to read identifiers: name enum and …
Denum_empty.ets18 // Printed two errors about eos, because there are two attempts to read identifiers: name enum and …
/arkcompiler/runtime_core/docs/
Dir_format.md7 * Compiler overhead about 100000 native instructions per a bytecode instruction(standard for JIT co…
93 The goal is overhead about 100000 native instructions per guest (standard for JIT compilers)
112 * Information about the method for which transformations are made
115 * Information about the current status(constructerd or not RPO, DomTree e.t.c)
127 * Information about DomTree
178 **Inst** is a base class with main information about an instruction.
191 …rits from **Inst** for instruction with predicate. It contain information about type of conditiona…
276 - additional info about input:
/arkcompiler/runtime_core/static_core/isa/
DREADME6 The main file that contains the whole data about Panda Bytecode.
/arkcompiler/runtime_core/isa/
DREADME6 The main file that contains the whole data about Panda Bytecode.
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dtask_time_stats.h58 …* @brief Method saves information about life time and execution time of task with specified TaskPr…
59 * @param queue: parent queue of task, information about which should be saved
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment
/arkcompiler/runtime_core/static_core/docs/
Dbytecode_profiling.md16 of Runtime knows nothing about how to interpret the profiling vector.
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats_additional_info.h25 /// Implementation of MemStats with additional info about memory.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D4_conversions_runtime.rst464 - About proxing ArkTS ``union`` see :ref:`Features ArkTS Union`
465 - About proxing ArkTS ``tuple`` see :ref:`Features ArkTS Tuple`
466 - About proxing ArkTS ``class`` see :ref:`Features ArkTS Classes`
467 - About proxing ArkTS ``interface`` see :ref:`Features ArkTS Interfaces`
468 - About proxing ArkTS ``function`` see :ref:`Features ArkTS Functions`
469 - About proxing ``Std library objects`` see :ref:`ArkTS Std library` and :ref:`Async and concurrenc…
608 - About proxing JS ``function`` see :ref:`Features JS. Functions`
609 - About proxing JS ``class`` see :ref:`Features JS. Classes`
610 - About proxing collections and other standard builtins see :ref:`JS Std library` and :ref:`Async a…

1234567891011