Searched full:needed (Results 1 – 25 of 296) sorted by relevance
12345678910>>...12
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/ |
| D | test_frontend_package.sts | 31 // 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/ets_frontend/ets2panda/public/ |
| D | README.md | 80 …- `return_args` is needed only if you return new type from function and this type expands to multi… 81 - `reverse_cast` is needed only if you return new type from function. 82 - `call_cast` is needed only if you add new class to generation. 83 - `constructor_cast` is needed only if you add new class to generation. 131 #### Why is it needed: 132 …`min_ptr_depth` and `max_ptr_depth` are needed to separate 0 and 1+ ptr-cases, because the es2pand… 182 ### When it is needed:
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.h | 106 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 116 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 121 /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 161 … /* CC-OFFNXT(G.PRE.05,G.PRE.02) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 167 … /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 180 … /* CC-OFFNXT(G.PRE.05,G.PRE.02) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 187 … /* CC-OFFNXT(G.PRE.05,G.PRE.02) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 193 … /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 199 … /* CC-OFFNXT(G.PRE.05) The macro is used to generate a function. Return is needed */ \ in AST_NODE_REINTERPRET_MAPPING() 458 /* 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/static_core/cmake/toolchain/ |
| D | common.cmake | 40 # * 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/ |
| D | common.cmake | 40 # * The "if" is needed because the toolchain file is parsed twice. 42 # propagate the options to the linker, which is needed.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_codegen.inl.h.erb | 20 % # 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/ |
| D | codegen_doc.md | 7 …needed 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/libabckit/ |
| D | package.json | 4 …"description": "libabckit is a tool for binary manipulation. eslint is needed to ensure codecheck",
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator.h | 239 * @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/plugins/ets/tests/interop_js/tests/event_loop_callback_poster_tests/ |
| D | event_loop_module_tests.sts | 16 // This file is needed only for using panda_ets_interop_js_gtest with event_loop_module_tests.cpp i…
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | loadable_agent.h | 68 // 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/scripts/dep-lists/ |
| D | ubuntu-build | 18 ruby # Needed for a framework for automatic code generation written in Ruby
|
| D | ubuntu-20-04-build | 18 ruby=1:2.7* # Needed for a framework for automatic code generation written in Ruby
|
| /arkcompiler/runtime_core/static_core/scripts/dep-lists/ |
| D | ubuntu-build | 18 ruby # Needed for a framework for automatic code generation written in Ruby
|
| D | ubuntu-20-04-build | 18 ruby=1:2.7* # Needed for a framework for automatic code generation written in Ruby
|
| D | ubuntu-22-04-build | 18 ruby=1:3.0* # Needed for a framework for automatic code generation written in Ruby
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-helpers.cpp | 35 // 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/toolchain/build/toolchain/ |
| D | toolchain.gni | 14 # Toolchain-related configuration that may be needed outside the context of the 34 # if needed.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | scheduled_gc_trigger_exception.sts | 24 …duleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with needed flag";
|
| /arkcompiler/runtime_core/static_core/runtime/arch/amd64/ |
| D | common_amd64.S | 18 // This trampoline is needed because x86 push LR when executing a call instruction, but `rt_sigretu…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | cl_option.h | 40 /* is key VALUE needed ? */ 67 /* These constexpr are needed to use short name in option description, like this: 204 /* It's needed to avoid empty Apply() */ in Option() 216 /* It's needed to avoid empty Apply() */ in Option() 227 /* Conversation operator is needed to use the option like this: 358 /* It's needed to avoid empty Apply() */ in Apply()
|
| /arkcompiler/ets_frontend/test262/ |
| D | README.md | 3 …e contains a list of ES5 test cases. If useful cases are found missing, you can add them as needed. 4 …cept those filtered out with'es6id'. If useful cases are found missing, you can add them as needed. 5 …cept those filtered out with'es6id'. If useful cases are found missing, you can add them as needed. 6 …t of internationalization test cases. If you find useful cases missing, you can add them as needed.
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 60 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if… 65 …/// Save reference for future processing and handle it with GC point of view (traverse needed fiel…
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 14 Directory with example template files which show how could one generate needed
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | README | 14 Directory with example template files which show how could one generate needed
|
12345678910>>...12