| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_state.cpp | 144 // possible state: START, SAVE, STOP in SuspendByGC() 146 // possible gc state: STOP in SuspendByGC() 151 // possible gc state: STOP, WAITING in SuspendByGC() 158 // possible state: START, SAVE, STOP in ResumeByGC() 170 // possible state: STOP, SAVE in SetStartIfStop() 171 // possible gc state: STOP, WAITING, RUNNING in SetStartIfStop() 181 // possible state: START, SAVE in SetStopAndNotify() 189 // possible state: START in SetSaveAndNotify() 197 // possible state: STOP, SAVE, START in StartDumpBeforeDestroy() 202 // possible gc state: STOP, WAITING, RUNNING in StartDumpBeforeDestroy()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 172 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation 173 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation 179 * Allocate all possible sizes from [MIN_ALLOC_SIZE, MAX_ALLOC_SIZE] with ALIGNMENT alignment 214 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation 215 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation 216 * @tparam LOG_ALIGN_MIN_VALUE - minimum possible alignment for one allocation 217 * @tparam LOG_ALIGN_MAX_VALUE - maximum possible alignment for one allocation 220 …* Allocate all possible sizes from [MIN_ALLOC_SIZE, MAX_ALLOC_SIZE] with all possible alignment fr… 376 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation 377 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | function_spread_arg.ets.json | 54 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 114 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | destructuring_assignments.ets.migrate.json | 74 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 134 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 164 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 194 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 274 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 294 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | partial_type.ets.json | 34 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 44 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | destructuring_assignments.ets.json | 94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 144 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 234 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 264 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 294 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 404 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 424 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.stream.ets | 266 * @throws { BusinessError } 401 - Parameter error. Possible causes: 285 * @throws { BusinessError } 401 - Parameter error. Possible causes: 300 * @throws { BusinessError } 401 - Parameter error. Possible causes: 332 * @throws { BusinessError } 401 - Parameter error. Possible causes: 344 * @throws { BusinessError } 401 - Parameter error. Possible causes: 355 * @throws { BusinessError } 401 - Parameter error. Possible causes: 368 * @throws { BusinessError } 401 - Parameter error. Possible causes: 381 * @throws { BusinessError } 401 - Parameter error. Possible causes: 487 * @throws { BusinessError } 401 - Parameter error. Possible causes: 591 * @throws { BusinessError } 401 - Parameter error. Possible causes: [all …]
|
| /arkcompiler/runtime_core/static_core/verification/ |
| 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.
|
| D | messages.yaml | 270 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here. 278 possible error here. 286 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he… 294 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he… 315 It may be a sign of possible error here. 323 Result of 'isinstance' is always zero. It may be a sign of possible error here. 330 … in accumulator is of incompatible type '${acc_elt_type}'. It may be a sign of possible error here.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule99.ets.json | 24 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 54 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | array.cpp | 65 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in Create() 84 …// Without full memory barrier it is possible that architectures with weak memory order can try fe… in Create() 103 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in Create() 126 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in CreateTagged()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/docs/ |
| D | ani_protection.md | 1 # Possible protection modes in ANI 4 The table below shows the possible modes and the degrees of protection they provide.
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | CastReference4.ets | 33 …// Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error… 45 …// Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error…
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | passes.yaml | 78 Remove `NoInline` attribute from external calls when possible 90 Remove deopt bundles when possible otherwise change a record format inside bundles. 97 the dominating value if possible.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | arkts-debugger-expression-evaluation.md | 11 1. Currently, it is not possible to supports imports, so all features work only if the entity is lo… 33 This step is necessary, because several evaluations are possible in a single file. 93 … for class A in the AST to pass all frontend checks in order to make it possible to address variab…
|
| D | intrinsics-yaml.md | 115 For a list of possible type values see ```get_type_for_cpp()``` in [irtoc/lang/instructions.rb](../… 128 Possible flag values and their meaning are listed in [compiler/optimize/ir/instructions.yaml](../co… 138 Possible flag values and their meaning are listed in [compiler/optimize/ir/instructions.yaml](../co…
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | README.md | 42 Run `make help | grep clang` to see all possible clang-[format|style] targets. 58 In order to make possible importing prebuilt targets without recompiling them use the following wra…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/ |
| D | README.md | 15 It is possible to run tests either using script `runner.sh` or `main.py` directly. 139 …specifies in what format to generate failure reports. By default, `md`. Possible value: `html`. As… 152 - `--verbose`, `-v` - Enable verbose output. Possible values one of: 175 It is possible to collect statistics how long separate tests work. In the result report tests are g… 217 It is possible to specify a custom generator. It should be executable file accepting following para… 237 It's possible to specify steps what should be executed: 245 …output-file: "${general.work-dir}/intermediate/${test-id}.abc" # possible types of value: int, boo…
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeConverter.h | 36 // correct conversion is possible without accuracy loss! 61 // correct conversion is possible without accuracy loss! 93 // correct conversion is possible without accuracy loss!
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.h | 119 …* INTERRUPTIBLE means that traverse over objects can be stopped (it is possible when handler may r… 120 …* This template is used to decrease possible performance influence of checking handler's returned … 158 …* INTERRUPTIBLE means that traverse over objects can be stopped (it is possible when handler may r… 159 …* This template is used to decrease possible performance influence of checking handler's returned …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/ |
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/ |
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | tslinter.sh | 18 # get absolute path to linter folder for possible use in future
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | switch_alive_3.ets | 29 /* @@@ label Warning Warning: Possible fall-through into case */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers_n.params.yaml | 14 --- # List of possible ident start symbols
|