Home
last modified time | relevance | path

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

12345678910>>...14

/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.rb26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.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/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/toolchain/build/toolchain/
Dcc_wrapper.gni24 # ignore -Xclang, so it doesn't matter if you disable clang_use_chrome_plugins
49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
/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/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/toolchain/build/prebuilts_download/
Dutil.py25 print("file '{}' doesn't exist.".format(input_file))
44 print("file '{}' doesn't exist.".format(input_file))
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.native_functions_and_methods/01.native_functions/
Dnat4.sts17 desc: A compile-time error occurs if a native function doesn't have return type.
/arkcompiler/runtime_core/static_core/scripts/
Dpython_linters.sh34 # - E0304 - __bool__ doesn't return bool
36 # - E1111 - Assigning to function call which doesn’t return
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dwait_list.h77 …* @returns value with targetTime less than or equal to current time. If such a value doesn't exist…
123 /// @returns value with specified WaiterId. It it doesn't exists returns std::nullopt.
/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/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/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/
Dinvalid2.sts18 desc: Casting contexts doesn't allow the following conversion.
Dsequenced.sts18 desc: Casting contexts doesn't allow the following conversion.
Dinvalid.sts18 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-field-n.sts22 …public d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the field t…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/
Dcomp-arr-n.sts22 // constant expression doesn't fit in array type range
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/
Dassn-var-n.sts24 d = {{c.expr|safe}} // constant expression value doesn't fit in the variable type range
/arkcompiler/runtime_core/static_core/runtime/arch/x86/
Dinterpreter_support.S17 // doesn't support DWARF in x86 platform
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/
Ddecl-var-n.sts22 …let d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the variable t…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/
Ddecl-const-n.sts22 …const d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the constant…

12345678910>>...14