| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 198 Cannot create array of non-array type '${type}'. Possible types are ${array_types}. 204 Cannot create object of non-object type '${type}'. Possible types are ${object_types}. 266 …Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types… 275 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here. 283 possible error here. 290 Accumulator is of incompatible type '${acc_type}'. Possible types are ${possible_types}. 291 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he… 298 … Element type in array in accumulator is of incompatible type '${acc_elt_type}'. Possible types are 300 possible error here. 307 … Accumulator seems to be of incompatible type '${acc_type}'. Possible types are ${possible_types}. [all …]
|
| D | verification.yaml | 31 sign: Sign mismatch. Possible overflow/underflow issues and other quirks in data-flow. 32 size: Size mismatch. Possible value truncation issues. 33 sign_size: Sign and size mismatch. Possible overflow/underflow and truncation issues. 34 … precision: Precision mismatch. Possible overflow/underflow issues and other quirks in data-flow.
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 176 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation 177 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation 183 * Allocate all possible sizes from [MIN_ALLOC_SIZE, MAX_ALLOC_SIZE] with ALIGNMENT alignment 190 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation 191 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation 192 * @tparam LOG_ALIGN_MIN_VALUE - minimum possible alignment for one allocation 193 * @tparam LOG_ALIGN_MAX_VALUE - maximum possible alignment for one allocation 196 …* Allocate all possible sizes from [MIN_ALLOC_SIZE, MAX_ALLOC_SIZE] with all possible alignment fr… 227 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation 228 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation [all …]
|
| D | crossing_map_test.cpp | 187 // Add some extra memory for possible shifts in TEST_F() 216 // Add some extra memory for possible shifts in TEST_F() 242 // Add some extra memory for possible shifts in TEST_F()
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | array.cpp | 63 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in Create() 81 …// Without full memory barrier it is possible that architectures with weak memory order can try fe… in Create() 100 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in Create() 123 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in CreateTagged()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 74 …"--log-level: Log level. Possible values: [\"debug\", \"info\", \"warning\", \"error\", \"fatal\"]… 75 …"--log-components: Enable logs from specified components. Possible values: [\"all\", \"gc\", \"ecm… 77 …"--log-debug: Enable debug or above logs from specified components. Possible values: [\"all\", \"g… 79 …"--log-error: Enable error or above logs from specified components. Possible values: [\"all\", \"g… 81 …"--log-fatal: Enable fatal logs from specified components. Possible values: [\"all\", \"gc\", \"ec… 83 …"--log-info: Enable info or above logs from specified components. Possible values: [\"all\", \"gc\… 85 …"--log-warning: Enable warning or above logs from specified components. Possible values: [\"all\",… 105 " Possible values: [\"x86_64-unknown-linux-gnu\", \"arm-unknown-linux-gnu\", "
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 26 Possible values: 41 Possible values:
|
| D | code_sink_doc.md | 4 The optimization moves instructions into successor blocks, when possible, so that they are not exec… 39 …sink each instruction to one of its immediately dominated blocks. It is possible if all users of t…
|
| D | avoid-calculating-start-of-array.md | 13 This means code bloating and possible performance degradation, so, avoiding
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | string_logger.rb | 25 "#{self.class} is closed for writing. It is possible that epilogue() is called."
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc_options.h | 233 R"("Optimization level. Possible values: [0, 1, 2]. Default: 0\n" 240 R"(Optimization log level. Possible values: "
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 12 …s and analyses. The structure of the IR should be as clear as possible and make it possible to imp… 58 !NOTE It is possible to write other optimizations based on the specifics of the language and VM 62 We will try to make it possible to pass optimizations in an arbitrary order. Some restrictions will… 287 With this field it is possible to get instruction that owns given user or input. 316 …tandard vixl library for сode generation to make implementation faster and avoid possible errors.
|
| D | assembly_format.md | 155 | `java.access` | Used to specify access level of record, field or function. Possible values: `priv… 161 | `java.annotation.type` | Used to specify type of annotation. Possible values: `class`, `runtime`.… 165 …iple definitions (but only one definition for each annotation element). Possible values: `u1`, `i8… 166 …iple definitions (but only one definition for each annotation element). Possible values: `u1`, `i8… 352 …specified as a part of the input to the assembler program. An example of a possible entry point is:
|
| D | irtoc.md | 47 Also it is possible to omit variables and create instruction in-place:
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 37 It is possible to filter and sort data (run the script with -h option) 154 help='Report only allocations for the specific space. Possible values: {}'.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 9 …ite-state_machine) (FSM)). Wires that connect two state gates represent possible state transitions… 11 …essing this issue, **dependency wires** are introduced to constrain the possible execution order o… 45 …possible bit vectors the value can be (e.g. `JS_ANY` `JS_BOOLEAN` `JS_NULL` `JS_UNDEFINED` `JS_NUM… 129 This state has two possible transitions (branches) based on its input value. 142 This state has multiple possible transitions (branches) based on its input value. 194 State that have multiple possible predicate states. 378 …cating the kind of comparison to perform is stored in the bitfield. The possible condition codes a… 403 …cating the kind of comparison to perform is stored in the bitfield. The possible condition codes a…
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 42 Run `make help | grep clang` to see all possible clang-[format|style] targets.
|
| /arkcompiler/runtime_core/runtime/ |
| D | object_header_config.h | 37 // We have possible 2 variants of configuration - for High-end devices and for Low-end devices
|
| D | monitor_pool.cpp | 84 // Recursive lock is possible in ReleaseMonitors()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.cpp | 125 // Maybe, it will be better to check it, but there can be possible performance degradation. in PostBarrierEveryObjectFieldWrite() 169 // Maybe, it will be better to check it, but there can be possible performance degradation. in PostBarrierEveryObjectFieldWrite()
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 56 // temporary "safepoint" to handle possible protocol command in SingleStep()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | encoder_operands.cpp | 151 // Check, what it is possible to create all 32 registers in TEST() 154 // Check what special registers are possible to compare with others in TEST() 163 // Check all possible types: in TEST()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 146 … // Possible when general intervals are processing, while input is fp-interval or vice versa in PrecolorIG() 207 // Duplicates are possible but we tolerate it in AddAffinityEdges() 248 COMPILER_LOG(WARNING, REGALLOC) << "Nonchordal graph: nonoptimal coloring possible"; in AllocateRegisters()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 150 …// possible improvements: let GC thread to help us to handle elements in queue in parallel, instea… in ThreadLoop() 278 if (thread == nullptr) { // possible for ECMA in DrainThread()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | saturated_enum.h | 27 possible options:
|