Home
last modified time | relevance | path

Searched full:doesn (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/arkcompiler/runtime_core/static_core/libpandafile/
Dpanda_cache.h82 … // 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/
Dinstructions_data.rb30 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/
Dif_conversion_doc.md57 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
Dredundant_loop_elimination_doc.md12 * 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/
DUrlTestParamGetSet.ets104 * 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/
Druntime-debug-api.md9 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/
Druntime-debug-api.md9 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/
Dclass_args_neg.params.yaml36 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/
Dmodule.h101 …* @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_…
Dclass.h84 …* @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…
Dfunction.h89 …* @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/
Dinstall_tsc.sh30 # 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/
Dmetadata_arkts.h477 …* @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/
Dnat4.ets17 desc: A compile-time error occurs if a native function doesn't have return type.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_string_builder_deopt1.ets54 …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/
Dobj-34.pa14 # check that ld.type doesn't trigger cctor
Dobj-35.pa14 # check that isinstance doesn't trigger cctor
/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-34.pa14 # check that ld.type doesn't trigger cctor
Dobj-35.pa14 # check that isinstance doesn't trigger cctor
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dnon_proper_iterator_method.ets26 /* @@? 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/
Dinvalid.ets18 desc: Casting contexts doesn't allow the following conversion.
Dsequenced.ets18 desc: Casting contexts doesn't allow the following conversion.
Dinvalid2.ets18 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/
Ddecl-st-field-n.ets22 …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/
Dinterpreter_support.S17 // doesn't support DWARF in x86 platform

12345678910>>...17