Searched full:doesn (Results 1 – 25 of 408) sorted by relevance
12345678910>>...17
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | panda_cache.h | 82 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in GetMethodFromCache() 100 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in SetMethodCache() 117 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in GetFieldFromCache() 135 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in SetFieldCache() 152 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in GetClassFromCache() 170 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in SetClassCache()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instructions_data.rb | 30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode" 34 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | if_conversion_doc.md | 57 4. `JBB`(and `JBB 2` for Diamond) doesn't contain instruction with `no_ifcvt` property(for example … 60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond) 71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and … 73 7. If `PBB` doesn't have other predecessors, `BB` and `PBB` are merged
|
| D | redundant_loop_elimination_doc.md | 12 * Loop doesn't contain instructions with side effect (ex. call instructions). 13 * Loop doesn't contain instructions with users out of the loop.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/ |
| D | UrlTestParamGetSet.ets | 104 * If the search parameter doesn't exist, this method creates it. 122 * If the search parameter doesn't exist, this method creates it. 139 * If the search parameter doesn't exist, this method creates it. 156 * If the search parameter doesn't exist, this method creates it. 174 * If the search parameter doesn't exist, this method creates it. 191 * If the search parameter doesn't exist, this method creates it.
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec… 11 …own thread and responsibilies for thread management relies on it, runtime doesn't create/destroy t…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-debug-api.md | 9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec… 11 …own thread and responsibilies for thread management relies on it, runtime doesn't create/destroy t…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/ |
| D | class_args_neg.params.yaml | 36 let v: A<I> = new A<I>(new Y()) // Y doesn't implement I 54 let v: A<I[]> = new A<I[]>(new Y[0]) // Y doesn't implement I 58 let v: A<A<I>[]> = new A<A<I>[]>(new A<Y>[0]) // Y doesn't implement I 61 let v: A<A<I[]>[]> = new A<A<I[]>[]>(new A<Y[]>[0]) // Y doesn't implement I
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | module.h | 101 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Module doesn't have `ABCKIT_TARGET_ARK_TS_V1` tar… 125 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Module doesn't have `ABCKIT_TARGET_ARK_TS_V1` tar… 134 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module Module doesn't have `ABCKIT_TARGET_ARK_TS_…
|
| D | class.h | 84 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if current `Class` doesn't have `ABCKIT_TARGET_ARK_T… 95 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if class Class doesn't have `ABCKIT_TARGET_ARK_TS_V1…
|
| D | function.h | 89 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if function Function doesn't have `ABCKIT_TARGET_ARK… 99 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Function doesn't have `ABCKIT_TARGET_ARK_TS_V1` t…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/script/ |
| D | install_tsc.sh | 30 # Clone the repository if it doesn't exist, or fetch the latest changes 33 mkdir -p "$THIRD_PARTY_DIR" # Create third_party directory if it doesn't exist
|
| /arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/ |
| D | metadata_arkts.h | 477 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn;t have `ABCKIT_TARGET_ARK_TS_V1`… 491 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn't have `ABCKIT_TARGET_ARK_TS_V1`… 506 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn't have `ABCKIT_TARGET_ARK_TS_V1`… 517 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if module `m` doesn't have `ABCKIT_TARGET_ARK_TS_V1`… 534 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if class `klass` doesn't have `ABCKIT_TARGET_ARK_TS_… 547 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if class `klass` doesn't have `ABCKIT_TARGET_ARK_TS_… 548 …* @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if class `klass` doesn't have the annotation `anno`. 563 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if annotation interface `ai` doesn't have `ABCKIT_TA… 577 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if annotation interface `ai` doesn't have `ABCKIT_TA… 595 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if function `function` doesn't have `ABCKIT_TARGET_A… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/ |
| D | nat4.ets | 17 desc: A compile-time error occurs if a native function doesn't have return type.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | ets_string_builder_deopt1.ets | 54 …State of `LoadAndInitClass 'std.core.StringBuilder'` to deoptimize, which doesn't need the instance 65 // assert that it doesn't happen
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | obj-34.pa | 14 # check that ld.type doesn't trigger cctor
|
| D | obj-35.pa | 14 # check that isinstance doesn't trigger cctor
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-34.pa | 14 # check that ld.type doesn't trigger cctor
|
| D | obj-35.pa | 14 # check that isinstance doesn't trigger cctor
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | non_proper_iterator_method.ets | 26 /* @@? 22:20 Error TypeError: Object type doesn't have proper iterator method. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/ |
| D | invalid.ets | 18 desc: Casting contexts doesn't allow the following conversion.
|
| D | sequenced.ets | 18 desc: Casting contexts doesn't allow the following conversion.
|
| D | invalid2.ets | 18 desc: Casting contexts doesn't allow the following conversion.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/ |
| D | decl-st-field-n.ets | 22 …public static d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the …
|
| /arkcompiler/runtime_core/static_core/runtime/arch/x86/ |
| D | interpreter_support.S | 17 // doesn't support DWARF in x86 platform
|
12345678910>>...17