Searched full:about (Results 1 – 25 of 215) sorted by relevance
123456789
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compiler_doc.md | 11 **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… 197 - `compiler` - displays information about which methods are compiled and the result of compilation 198 - `AOT` - displays information about which AOT files were found and for which methods the compiled … 199 - `interop` - shows information about the interaction of the compiler and runtime(exceptions in com… 278 - [documentation about Cross-values](../../docs/cross-values.md) 282 - [Documentation about compiler IR and optimizations](../../docs/ir_format.md) 283 - [Documentation about AOT](../../docs/aot.md) 284 - [Documentation about ark_aot tool](aot.md) 286 - [Documentation about Cross-values](../../docs/cross-values.md) [all …]
|
| D | escape_analysis.md | 4 **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.
|
| D | reg_alloc_graph_coloring_doc.md | 26 …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…
|
| D | memory_coalescing_doc.md | 70 …2) If we can't determine anything about index variable, we add this instruction as a candidate and… 72 …tion **or** both refer to different objects **or** we have no information about candidate index, m… 113 // If we don't know anything about index, do nothing 128 // We need to have info about candidate's index and array objects must alias each other
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encoder.md | 12 …about 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…
|
| D | callconv.h | 161 /// Holds specific information about dynamic call mode 205 /// CallConv - just holds information about calling convention in current architecture. 316 // Calculating information about parameters and save regs_offset registers for special needs
|
| /arkcompiler/runtime_core/static_core/models/ |
| D | README.md | 6 The verification process took about 2 hours on machine with the following configuration:
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 26 …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/runtime/ |
| D | ets_taskpool.h | 25 /// @class Taskpool contains information about each common task passed to execution until the task … 41 * @brief Notify taskpool about execution request for task
|
| /arkcompiler/toolchain/build/misc/overrides/ |
| D | build.gni | 18 # Skip assertions about 4GiB file size limit.
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | tsconfig.base.json | 2 /* Visit https://aka.ms/tsconfig.json to read more about this file */
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | README.md | 26 …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/docs/ |
| D | ir_format.md | 7 * 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/docs/changelogs/ |
| D | 2024-05-26-file_format-changelog.md | 13 For more details about this refactoring, please refer to [arkts-bytecode-function-name.md
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | task_time_stats.h | 57 …* @brief Method saves information about life time and execution time of task with specified TaskPr… 58 * @param prop: TaskProperties of task, information about which should be saved
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 6 The main file that contains the whole data about Panda Bytecode.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | README | 6 The main file that contains the whole data about Panda Bytecode.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | ir_format.md | 7 * Compiler overhead about 100000 native instructions per a bytecode instruction(standard for JIT co… 102 The goal is overhead about 100000 native instructions per guest (standard for JIT compilers) 121 * Information about the method for which transformations are made 124 * Information about the current status(constructerd or not RPO, DomTree e.t.c) 136 * Information about DomTree 187 **Inst** is a base class with main information about an instruction. 200 …rits from **Inst** for instruction with predicate. It contain information about type of conditiona… 285 - additional info about input:
|
| D | bytecode_profiling.md | 16 of Runtime knows nothing about how to interpret the profiling vector.
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | mem_stats_additional_info.h | 25 /// Implementation of MemStats with additional info about memory.
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debuggable_thread.h | 68 // Used to notify about thread's state when processing `runIfWaitingForDebugger` 97 …// Notification that a new frame was pushed. Returns true if we want to be notified about the fram…
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | TODO.txt | 24 8. Think about hash collisions of Method::UniqId(), Class::UniqId(), Field::UniqId()....
|
| /arkcompiler/ets_runtime/docs/ |
| D | environment-setup-and-compilation.md | 5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 101 * Write info about the ZipFile in the *gstat structure. 123 * Get Info about the current file within ZipFile and write info into the *entry structure.
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | ClangTidy.cmake | 17 # - don't know about -march=armv7-a
|
123456789