Home
last modified time | relevance | path

Searched full:most (Results 1 – 25 of 149) sorted by relevance

123456

/arkcompiler/runtime_core/docs/changelogs/
D2022-08-18-isa-changelog.md14 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/
Dstep2.sts19 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/
Doperations_on_literal_types1.sts20 In most cases, it is the supertype itself.
Doperations_on_literal_types.sts20 In most cases, it is the supertype itself.
Doperations_on_literal_types2.sts20 In most cases, it is the supertype itself.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/
Dspec_example1.sts18 In most cases declarations and statements are terminated by a line separator (see §2.4).
Dsemicol_p.sts19 In most cases declarations and statements are terminated by a line separator (see §2.4).
Dspec_example2.sts18 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/
Derror_call.sts18 assert: In most case errors are caused by Virtial Machine or by standard libraries. In case it is n…
Derror_call_with_recovery.sts18 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/
Dgensettings.py26 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/
Dintersection_type_initialization.sts17 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/
Drationale-for-bytecode.md54 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
Dcfi_directives.md16 Most `asm` bridges have similar layout:
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md54 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
Dcfi_directives.md16 Most `asm` bridges have similar layout:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
DREADME.md84 …- `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/
Drecipe2.md9 because its most popular use cases make no sense in the statically typed
Drecipe144.md8 The most part of the restricted APIs relates to manipulating objects in a
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/
Dfinalizationregistrywithsymbol.js18 * @tc.desc:test FinalizationRegistry allow the use of most Symbols
Dweakrefforsymbol.js18 * @tc.desc:test WeakRef allow the use of most Symbols as targets
Dweaksetsymbolvalue.js18 * @tc.desc:test WeakSet allow the use of most Symbols as values
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Devent_loop.h32 // 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/
Dstep1.params.yaml28 // 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/
Dir_builder.md9 There are various algorithms to construct SSA form, most known is a Cytron et al. It produce most c…

123456