Home
last modified time | relevance | path

Searched full:needed (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/static_core/plugins/ets/doc/CompilerErrorsTemporary/
Dsyntax.yml61 message: "Cannot parse class field definition property." // AVK: Example needed
65 message: "Cannot parse class method definition property." // AVK: Example needed
109 …message: "Annotation property can not have access modifiers." // AVK: Exmaple needed to see an err…
113 …age: "Annotation can not have a method as a property." // AVK: English fixed. Code exampe is needed
117 …message: "Invalid argument passed to '{}'." // AVK: Exampel is needed and 'invalid arguemnt' does…
181 message: "Can not export annotation default." // AVK: English !!! Example needed
193 message: "Unexpected identifier." // AVK: What??? Example needed
197 message: "await is not allowed in arrow function parameters." // AVK: Example needed
201 message: "Unexpected private identifier." // AVK: What??? Example needed
205 …wed in direct eval in module code." // AVK: Why a particulr case is mentioned here ? Example needed
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.cpp79 …// state and its changing if it's needed. When we EtsObjectStateInfo static methods, we will rere… in TryGetHashCode()
101 // or non-atomic store, so release ordering is not needed. in TryGetHashCode()
120 …// state and its changing if it's needed. When we use EtsObjectStateInfo static methods, we will … in TryGetInteropIndex()
142 …// state and its changing if it's needed. When we use EtsObjectStateInfo static methods, we will … in TrySetInteropIndex()
152 // or non-atomic store, so release ordering is not needed. in TrySetInteropIndex()
173 …// state and its changing if it's needed. When we EtsObjectStateInfo static methods, we will rere… in TryDropInteropIndex()
194 …// state and its changing if it's needed. When we EtsObjectStateInfo static methods, we will rere… in TryCheckIfHasInteropIndex()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/
Dtest_frontend_package.ets31 // this call is needed to fill dynamic call cache with wrong signature
38 // this call is needed to fill dynamic call cache with wrong signature
/arkcompiler/runtime_core/static_core/cmake/toolchain/
Dcommon.cmake40 # * The "if" is needed because the toolchain file is parsed twice.
42 # propagate the options to the linker, which is needed.
/arkcompiler/runtime_core/cmake/toolchain/
Dcommon.cmake40 # * The "if" is needed because the toolchain file is parsed twice.
42 # propagate the options to the linker, which is needed.
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
D.prettierrc8 "quoteProps": "as-needed",
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
D.prettierrc8 "quoteProps": "as-needed",
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h138 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
148 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
153 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
198 … /* CC-OFFNXT(G.PRE.05,G.PRE.02) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
204 … /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
217 … /* CC-OFFNXT(G.PRE.05,G.PRE.02) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
224 … /* CC-OFFNXT(G.PRE.05,G.PRE.02) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
230 … /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
236 … /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING()
477 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed*/ \ in AST_NODE_REINTERPRET_MAPPING()
[all …]
/arkcompiler/runtime_core/libabckit/
Dpackage.json4 …"description": "libabckit is a tool for binary manipulation. eslint is needed to ensure codecheck",
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_codegen.inl.h.erb20 % # declare virtual methods implemented in the core part but needed only in plugins
22 % # declare non-virtual methods implemented in the core part but needed only in plugins
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md7needed Regalloc-pass and LinearOrder-analysis for codegen-work. First - because it is needed to fi…
21 4. Supporting logic for build AOT-code (there are needed runtime calls during aot-code execution).
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/sts_vm_interface_impl_tests/
Dsts_vm_interface_impl_tests.ets16 // This file is needed only for using panda_ets_interop_js_gtest with sts_vm_interface_impl_tests.c…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/event_loop_callback_poster_tests/
Devent_loop_module_tests.ets16 // This file is needed only for using panda_ets_interop_js_gtest with event_loop_module_tests.cpp i…
/arkcompiler/ets_frontend/ets2panda/public/
DREADME.md84 …- `return_args` is needed only if you return new type from function and this type expands to multi…
85 - `reverse_cast` is needed only if you return new type from function.
86 - `call_cast` is needed only if you add new class to generation.
87 - `constructor_cast` is needed only if you add new class to generation.
135 #### Why is it needed:
136 …`min_ptr_depth` and `max_ptr_depth` are needed to separate 0 and 1+ ptr-cases, because the es2pand…
186 ### When it is needed:
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-build18 ruby # Needed for a framework for automatic code generation written in Ruby
Dubuntu-20-04-build18 ruby=1:2.7* # Needed for a framework for automatic code generation written in Ruby
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-build18 ruby # Needed for a framework for automatic code generation written in Ruby
Dubuntu-24-04-build18 ruby=1:3.2* # Needed for a framework for automatic code generation written in Ruby
Dubuntu-22-04-build18 ruby=1:3.0* # Needed for a framework for automatic code generation written in Ruby
Dubuntu-20-04-build18 ruby=1:2.7* # Needed for a framework for automatic code generation written in Ruby
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h239 * @tparam regions_type - type of regions needed to proceed.
251 * @tparam regions_type_from - type of regions needed to proceed.
270 * @tparam regions_type_from - type of regions needed to proceed.
273 * @param regions - vector of regions needed to proceed.
285 * @tparam regions_type_from - type of regions needed to proceed.
288 * @param region - region needed to proceed.
301 * @param region - region needed to proceed.
311 * @tparam regions_type - type of regions needed to proceed.
318 * @tparam REGIONS_TYPE - type of regions needed to proceed.
322 * @param regions - vector of regions needed to proceed.
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-helpers.cpp35 // The cast below is needed to truncate high 32bits from 64bit pointer in PreWrbFuncEntrypoint()
55 // The cast below is needed to truncate high 32bits from 64bit pointer in PostWrbUpdateCardFuncEntrypoint()
/arkcompiler/runtime_core/static_core/runtime/include/
Dloadable_agent.h68 // This mutex is needed to be sure that getting / creation of an instance is made atomically in LoadInstance()
85 // This mutex is needed to be sure that there is only one library at a given point of time in LoadInstance()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dscheduled_gc_trigger_exception.ets24 …uleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with needed flag");
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
Dcommon_amd64.S18 // This trampoline is needed because x86 push LR when executing a call instruction, but `rt_sigretu…

12345678910>>...14