Searched full:could (Results 1 – 25 of 221) sorted by relevance
123456789
| /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… 73 …rack of which session was informed about the ID (so the `InspectorServer` could send the correspon… 83 …TargetDetachedFromTarget`, when the server is paused, we are sure that we could safely remove the … 87 So, we do not consider the case, when someone else in Inspector could access the corresponding `PtT… 91 - and application threads could not process events due to the aforementioned write-lock. 93 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/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/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/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/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/tests/vm-benchmarks/ |
| D | readme.md | 97 Source files (doclets) could be overridden 141 `--<tool>-custom-option` could be used. F.e. add cpu profiling for `node`: 152 There are several log levels which could be set via `--log-level` option. 173 could be 'overridden' by custom ones. 194 (which could be overriden by `--outdir` option) 230 Default place is `/data/local/tmp/vmb` and could be configured via `--device-dir` 240 Default place is `/data/local/tmp/vmb` and could be configured via `--device-dir` 245 `/data/local/tmp/vmb` part could be configured via `--device-dir`
|
| /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/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/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/ |
| D | readonly_field_declaration_without_initialization.sts | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| D | readonly_field_double_initialization.sts | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| D | readonly_field_modification.sts | 18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.exceptions/03.rethrowing_functions/ |
| D | rethrowing_function_with_throw.sts | 18 assert: A rethrowing function could not contain a throw statement. If the function body contains a …
|
| /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/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/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/ |
| D | un_num_ops.sts | 19 There could be cases when the type of an entity (mostly local variables)
|
| D | un1.sts | 19 There could be cases when the type of an entity (mostly local variables)
|
| D | un_bool_ops.sts | 19 There could be cases when the type of an entity (mostly local variables)
|
| D | un2.sts | 19 There could be cases when the type of an entity (mostly local variables)
|
| D | comb_11c.sts | 18 There could be cases when the type of an entity (mostly local variables)
|
| D | comb_12a.sts | 18 There could be cases when the type of an entity (mostly local variables)
|
| /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. 97 # read-write argument could be used as readonly.
|
| /arkcompiler/ets_runtime/test/moduletest/nextinternalslowpath/ |
| D | nextinternalslowpath.js | 23 // This case aims to test if JSForInIterator::NextInternalSlowpath could return exception.
|
123456789