Searched full:most (Results 1 – 25 of 149) sorted by relevance
123456
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2022-08-18-isa-changelog.md | 14 2. We remove the prefix of ecmascript specific opcodes, such that most of the bytecode opcode can b… 40 This released constraint suits for most of application scenarios.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/ |
| D | step2.sts | 19 As there is more than one applicable method, the most specific method must be selected.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/04.literal_types/ |
| D | operations_on_literal_types1.sts | 20 In most cases, it is the supertype itself.
|
| D | operations_on_literal_types.sts | 20 In most cases, it is the supertype itself.
|
| D | operations_on_literal_types2.sts | 20 In most cases, it is the supertype itself.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/ |
| D | spec_example1.sts | 18 In most cases declarations and statements are terminated by a line separator (see §2.4).
|
| D | semicol_p.sts | 19 In most cases declarations and statements are terminated by a line separator (see §2.4).
|
| D | spec_example2.sts | 18 In most cases declarations and statements are terminated by a line separator (see §2.4).
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/ |
| D | error_call.sts | 18 assert: In most case errors are caused by Virtial Machine or by standard libraries. In case it is n…
|
| D | error_call_with_recovery.sts | 18 assert: In most case errors are caused by Virtial Machine or by standard libraries. In case it is n…
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | gensettings.py | 26 In most cases template name, source and bench file extentions
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/ |
| D | intersection_type_initialization.sts | 17 desc: For each Ti (1 ≤ i ≤ n), let Ci be the most specific class or array type such that Ti < Ci . …
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 54 add ; remove two top-most values from the stack, add them and put the result at the top 165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows 166 that most of operations inside a function happen on local and/or temporary variables, while 179 overloads are calls (different number of operands) and calls are the most popular instructions in
|
| D | cfi_directives.md | 16 Most `asm` bridges have similar layout:
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 54 add ; remove two top-most values from the stack, add them and put the result at the top 165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows 166 that most of operations inside a function happen on local and/or temporary variables, while 179 overloads are calls (different number of operands) and calls are the most popular instructions in
|
| D | cfi_directives.md | 16 Most `asm` bridges have similar layout:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | README.md | 84 …- `rest` generator for rest parameters, `combinationRest` is most useful, as it yields all combina… 121 - function `preparePersist` in ts makes a json and mangles most of the values
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe2.md | 9 because its most popular use cases make no sense in the statically typed
|
| D | recipe144.md | 8 The most part of the restricted APIs relates to manipulating objects in a
|
| /arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
| D | finalizationregistrywithsymbol.js | 18 * @tc.desc:test FinalizationRegistry allow the use of most Symbols
|
| D | weakrefforsymbol.js | 18 * @tc.desc:test WeakRef allow the use of most Symbols as targets
|
| D | weaksetsymbolvalue.js | 18 * @tc.desc:test WeakSet allow the use of most Symbols as values
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| D | event_loop.h | 32 // Run at most one event loop handler, may block.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/ |
| D | step1.params.yaml | 28 // select the most-specific function 41 // select the most-specific function 57 // select the most-specific function without boxing/unboxing 69 // select the most-specific function without boxing/unboxing
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 9 There are various algorithms to construct SSA form, most known is a Cytron et al. It produce most c…
|
123456