Searched full:could (Results 1 – 25 of 267) sorted by relevance
1234567891011
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/ |
| D | os_based_lock_deadlock_seq.plantuml | 29 // coroutine A could acquire locks A and B 33 // coroutine C could release lock A 37 // coroutine B could acquire locks A and B 41 // coroutine D could release lock B
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | README | 14 Directory with example template files which show how could one generate needed 19 API for quering parsed yaml data which could be used for template generation.
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 14 Directory with example template files which show how could one generate needed 19 API for quering parsed yaml data which could be used for template generation.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | inspector.md | 27 The thread could be resumed when still remaining paused. In this case it suspends again. This oppor… 45 …eScope` is used. Due to limitation of handle scopes, an object repository could be used only from … 53 The debug info could be backed by disassembled code to allow debugging when source code is not avai… 81 …rack of which session was informed about the ID (so the `InspectorServer` could send the correspon… 91 …TargetDetachedFromTarget`, when the server is paused, we are sure that we could safely remove the … 95 So, we do not consider the case, when someone else in Inspector could access the corresponding `PtT… 99 - and application threads could not process events due to the aforementioned write-lock. 101 We do not consider that someone else in Inspector could access the debuggable thread states.
|
| D | runtime-compiled_code-interaction.md | 64 A table of the entrypoints is located in `ark::ManagedThread::runtime_entrypoints_` which could be … 84 The managed function could have compiled code or it could be executed by the interpreter. 106 Release of the stack frame could be done by restoring values of `stack pointer` and `frame pointer`… 155 Resolving of a function could be done by calling the corresponding runtime entrypoint. 159 could be described by the following pseudocode: 294 Stack unwinding always starts from the top frame. Its kind could be determined from `ark::ManagedTh… 295 to the top frame could be determined depends on the kind of the top stack frame: 296 * The top stack frame is an interpreter stack frame. Address of the interpreter's frame could be re… 313 * Compiled code could be combined from several managed functions (inlined functions). If the runtim… 317 * Values of virtual registers could be changed during stack unwinding. For example, when GC moves a…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 4 mode such runtime calls could be replaced with load from a special PLT-slot in AOT file. In that ca… 11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` … 29 - `--resolve-string-aot-threshold` controls how many strings could be save to PLT-slots (option app…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 4 mode such runtime calls could be replaced with load from a special PLT-slot in AOT file. In that ca… 11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` … 29 - `--resolve-string-aot-threshold` controls how many strings could be save to PLT-slots (option app…
|
| D | escape_analysis.md | 15 At the end of the analysis each object allocation has a state describing if an allocation could be … 28 The state of loop's header could not be evaluated using procedure described above as initially ther… 31 * set of objects whose allocation could be either eliminated, or at least moved to some other place; 129 Current implementation does not support array allocation, but it could be extended to work with it.…
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | readme.md | 97 Source files (doclets) could be overridden 144 `--<tool>-custom-option` could be used. F.e. add cpu profiling for `node`: 155 There are several log levels which could be set via `--log-level` option. 176 could be 'overridden' by custom ones. 197 (which could be overriden by `--outdir` option) 233 Default place is `/data/local/tmp/vmb` and could be configured via `--device-dir` 243 Default place is `/data/local/tmp/vmb` and could be configured via `--device-dir` 248 `/data/local/tmp/vmb` part could be configured via `--device-dir` 265 # --tests-per-batch option could be used to tune amount of benchmarks per one hap package (25 is th…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/ |
| D | readonly_context_and_conversion.params.yaml | 16 # readonly argument could not be used as read-write. 55 # read-write argument could be used as readonly.
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 58 A table of the entrypoints is located in `panda::ManagedThread::runtime_entrypoints_` which could b… 78 The managed function could have compiled code or it could be executed by the interpreter. 100 Release of the stack frame could be done by restoring values of `stack pointer` and `frame pointer`… 149 Resolving of a function could be done by calling the corresponding runtime entrypoint. 153 could be described by the following pseudocode: 288 Stack unwinding always starts from the top frame. Its kind could be determined from `panda::Managed… 289 to the top frame could be determined depends on the kind of the top stack frame: 290 * The top stack frame is an interpreter stack frame. Address of the interpreter's frame could be re… 307 * Compiled code could be combined from several managed functions (inlined functions). If the runtim… 311 * Values of virtual registers could be changed during stack unwinding. For example, when GC moves a…
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | literal_data_accessor.h | 28 /* LiteralTag could be extended by different language 29 // For example, JAVA could use it to represent Array of Integer
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/interop/ |
| D | readme.md | 8 # these tests could also be run on js platforms
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/ |
| D | class_initializer_before_decl.ets | 17 desc: Class initializer could be declared before declaring fields it works with.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/ |
| D | readonly_field_declaration_without_initialization.ets | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| D | readonly_field_double_initialization.ets | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| D | readonly_field_modification.ets | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | literal_data_accessor.h | 28 /* LiteralTag could be extended by different language 29 // For example, JAVA could use it to represent Array of Integer
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/ |
| D | README.md | 15 Each type could only be run in separate launch of `vmb`. 35 # Free arguments to `vmb` could be any set of paths (files and/or directories)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-tutorial/ |
| D | 02_functions.rst | 98 console.log("Oops, could not greet Bob") 103 console.log("Oops, could not greet a nameless user")
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/ |
| D | rethrowing_function_with_throw.ets | 18 assert: A rethrowing function could not contain a throw statement. If the function body contains a …
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 …elow don't have properly formatted assertions, or contain assertions that could not be matched to …
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.h | 23 class LambdaConversionPhase : public PhaseForBodies { // #22952: could be a PhaseForDeclarations
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 …elow don't have properly formatted assertions, or contain assertions that could not be matched to …
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | Non-staticMethod-used-as-param.ets | 16 //Note: validate public method could be used as value.
|
1234567891011