Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 91) sorted by relevance

1234

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_scope.h39 …TIMING> : public trace::ScopedTrace, public ScopedTiming { // NOLINT(fuchsia-multiple-inheritance)
48 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
58 …IMING_PHASE> : public ScopedTiming, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
67 …PHASE> : public trace::ScopedTrace, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/assembler/
Dmetadata.yaml44 multiple: false
60 multiple: false
Dasm_metadata.rb39 def multiple?
40 !bool? && multiple
102 unless a.multiple?
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h294 * @param file_offset - an offset in the file. If the offset is not multiple of page size
312 * @param size - size in bytes, should be multiple of PAGE_SIZE
323 * @param size - size in bytes, should be multiple of PAGE_SIZE
324 * @param aligment_in_bytes - alignment in bytes, should be multiple of PAGE_SIZE
350 * @param size size in bytes, should be multiple of PAGE_SIZE
382 * @param pages_start - address of pages beginning, should be multiple of PAGE_SIZE
383 * @param pages_end - address of pages ending, should be multiple of PAGE_SIZE
Dstacktrace.h38 * to print multiple stack traces.
/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/runtime/tooling/inspector/
DCMakeLists.txt55 -fuchsia-multiple-inheritance
92 -fuchsia-multiple-inheritance
/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
Dmemory_coalescing_doc.md38 * Handle multiple output from one instruction in terms of SSA
46multiple values produces multiple assignment that is not a part of SSA form. By this reason, we ne…
/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dswitch.test.ts67 it("multiple cases without break", function () {
104 it("multiple cases with default", function () {
142 it("multiple cases without default", function () {
177 it("multiple cases with default surrounded by cases", function () {
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-switch-5-expected.txt1 SyntaxError: Multiple default clauses. [test-switch-5.js:19:3]
Dtest-multiple-update-expression-expected.txt1 SyntaxError: Unexpected token [test-multiple-update-expression.js:17:5]
Dtest-class-definition2-expected.txt1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-definition2.js:21:5]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-constructor5-expected.txt1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-constructor5.ts:19:5]
Dtest_decorator3-expected.txt1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h50 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2002 * Mixin for instructions with multiple return values
2274 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2311 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2341 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2447 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2514 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2569 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
3032 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
3142 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
[all …]
/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…
/arkcompiler/runtime_core/plugins/ecmascript/assembler/extension/
Dmetadata.yaml25 multiple: false
/arkcompiler/runtime_core/runtime/tests/
Dthread_test.cpp30 * gtest ASSERT_DEATH doesn't work with multiple threads: in ThreadTest()
31 * "In particular, death tests don't like having multiple threads in the parent process" in ThreadTest()
/arkcompiler/ets_frontend/ts2panda/scripts/
DdiagnosticMessages.json134 "An object literal cannot have multiple properties with the same name in strict mode.": {
138 "An object literal cannot have multiple get/set accessors with the same name.": {
254 "Decorators cannot be applied to multiple get/set accessors of the same name.": {
430 "Multiple constructor implementations are not allowed.": {
474 "A module cannot have multiple default exports.": {
/arkcompiler/runtime_core/runtime/include/
Druntime_notification.h386 // If we need to support multiple monitor listeners, in MonitorWaitEvent()
399 // If we need to support multiple monitor listeners, in MonitorWaitedEvent()
412 // If we need to support multiple monitor listeners, in MonitorContendedEnterEvent()
425 // If we need to support multiple monitor listeners, in MonitorContendedEnteredEvent()
443 // If we need to support multiple allocation listeners, in ObjectAllocEvent()
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-20-04-cross-arm-all27 gdb-multiarch=9.2-* # GDB with support for multiple architectures
Dubuntu-18-04-cross-arm-all28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dobject_type_propagation.h24 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/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 …]

1234