Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-multiple-update-expression-expected.txt1 SyntaxError: Unexpected token [test-multiple-update-expression.js:17:5]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_decorator3-expected.txt1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…
/arkcompiler/runtime_core/cmake/toolchain/
Dcross-ohos-aarch64.cmake30 # Toolchain file can be sourced multiple times with different sets of variables.
46 … # Do not add linker flags multiple times when variables persist across toolchain file invocation.
/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md11 Having multiple access to the same array on a control flow path results in
20 Detect multiple array accesses to an array that belong to one basic block or
Dinterface_inline_cache.md5 Ark Runtime allows multiple interfaces to be inherited, and uses the itable table to dynamically q…
Dreg_alloc_graph_coloring_doc.md42 …-save register. So if other nodes in bias have intersections, it will turn to multiple spill-fills.
50 …t phase. This 2 phase scheme helps in case if colored node take part in multiple cliques, and pote…
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-18-04-cross-arm-all28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
Dubuntu-20-04-cross-arm-all27 gdb-multiarch=9.2-* # GDB with support for multiple architectures
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required
/arkcompiler/runtime_core/docs/
Dassembly_format.md157 …eritance between records. Value is the name of the interface record. Allowed multiple definition. |
162 | `java.annotation.class` | Used to specify annotation class. Allowed multiple definitions. Value i…
163 …tation elements. `java.annotation.class` must be defined first. Allowed multiple definitions (but …
164 …otation element. `java.annotation.class` must be defined first. Allowed multiple definitions (but …
165 … element. `java.annotation.element.name` must be defined first. Allowed multiple definitions (but …
166 …ion.element.type` must be defined first and have `array` value. Allowed multiple definitions (but …
167 …| Used to specify value of the annotation element. Allowed multiple definitions (also multiple def…
Dmemory-management-SW-requirements.md72 - Memory management flexible enough to work with multiple languages.
Ddesign-of-interpreter.md27 1. The platform should support multiple programming languages
95 90% of them do not fit into a single mobile executable already now. Having multiple executables
Drationale-for-bytecode.md200 is true only if the platform is **not** supposed to support multiple languages.
208 Thus, as we are required to support multiple languages (both statically and dynamically typed),
Ddoxygen.config415 # an expensive process and often the same symbol appears multiple times in the
1244 # an umbrella under which multiple documentation sets from a single provider
1608 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1787 # to NO can help when comparing the output of multiple runs.
2434 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2435 # files in one run (i.e. multiple -o and -T options on the command line). This
Dmemory-management.md361 Panda should support multiple GCs, since different GCs have different advantages(memory usage, thro…
Dfile_format.md25 the bytecode and some metadata. File can contain multiple indexes each one covers part of the
/arkcompiler/runtime_core/assembler/
Dasm_metadata.rb40 !bool? && multiple
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt929 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-multiple.js
934 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-multiple.js
939 language/arguments-object/cls-decl-private-gen-meth-args-trailing-comma-multiple.js
944 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-multiple.js
949 language/arguments-object/cls-decl-private-meth-args-trailing-comma-multiple.js
954 language/arguments-object/cls-decl-private-meth-static-args-trailing-comma-multiple.js
959 language/arguments-object/cls-expr-async-private-gen-meth-args-trailing-comma-multiple.js
964 language/arguments-object/cls-expr-async-private-gen-meth-static-args-trailing-comma-multiple.js
969 language/arguments-object/cls-expr-private-gen-meth-args-trailing-comma-multiple.js
974 language/arguments-object/cls-expr-private-gen-meth-static-args-trailing-comma-multiple.js
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md11 …sible execution order of such computations. When a computation gate has multiple dependencies, an …
15 * State gates that have multiple transitions (corresponding to multiple control flow branches) such…
142 This state has multiple possible transitions (branches) based on its input value.
194 State that have multiple possible predicate states.
233 …, there is only one type of auxiliary gates, which is used to represent multiple memory dependenci…
/arkcompiler/runtime_core/tests/checked/
DREADME.md9 Allowed multiple checkers in a single file. Each checker starts with command `CHECKER` and ends wit…
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp250 size_t multiple = 2; in Resume() local
254 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() - delta * multiple; in Resume()
257 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() + delta * multiple; in Resume()
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb83 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb133 raise "Template not found or multiple match: #{mn}" unless res.size == 1
/arkcompiler/ets_frontend/test262/
Des2021_tests.txt196 built-ins/Promise/allSettled/invoke-resolve-get-once-multiple-calls.js
242 built-ins/Promise/allSettled/reject-element-function-multiple-calls.js
293 built-ins/Promise/any/invoke-resolve-get-once-multiple-calls.js
1268 language/expressions/async-generator/params-trailing-comma-multiple.js
1274 language/expressions/async-generator/named-yield-spread-arr-multiple.js
1339 language/expressions/async-generator/named-params-trailing-comma-multiple.js
1363 language/expressions/async-generator/yield-spread-arr-multiple.js
1871 language/statements/async-generator/params-trailing-comma-multiple.js
1914 language/statements/async-generator/yield-spread-arr-multiple.js
Des2015_tests.txt3784 built-ins/FinalizationRegistry/prototype/cleanupSome/holdings-multiple-values.js
4097 built-ins/Proxy/set/trap-is-missing-receiver-multiple-calls.js
6735 language/expressions/async-function/named-params-trailing-comma-multiple.js
6762 language/expressions/async-function/nameless-params-trailing-comma-multiple.js
6825 language/statements/async-function/params-trailing-comma-multiple.js
6852 language/expressions/async-arrow-function/params-trailing-comma-multiple.js

12