Searched full:needed (Results 1 – 25 of 270) sorted by relevance
1234567891011
| /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/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/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/static_core/runtime/mem/ |
| D | region_allocator.h | 236 * @tparam regions_type - type of regions needed to proceed. 246 * @tparam regions_type_from - type of regions needed to proceed. 265 * @tparam regions_type_from - type of regions needed to proceed. 268 * @param regions - vector of regions needed to proceed. 280 * @tparam regions_type_from - type of regions needed to proceed. 283 * @param region - region needed to proceed. 298 * @tparam regions_type - type of regions needed to proceed. 305 * @tparam REGIONS_TYPE - type of regions needed to proceed. 309 * @param regions - vector of regions needed to proceed.
|
| /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/static_core/scripts/dep-lists/ |
| D | ubuntu-build | 18 ruby # 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
|
| D | ubuntu-20-04-build | 18 ruby=1:2.7* # Needed for a framework for automatic code generation written in Ruby
|
| /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/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/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: 356 /* It's needed to avoid empty Apply() */ in Apply()
|
| D | ptr_list_ref.h | 403 …re` stands for the position, however we made the data and node combined, so a const_cast is needed. in insert() 424 …re` stands for the position, however we made the data and node combined, so a const_cast is needed. in insertAfter() 452 …re` stands for the position, however we made the data and node combined, so a const_cast is needed. in splice() 478 …re` stands for the position, however we made the data and node combined, so a const_cast is needed. in erase() 487 …re` stands for the position, however we made the data and node combined, so a const_cast is needed. in erase()
|
| /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/arch/amd64/ |
| D | common_amd64.S | 18 // This trampoline is needed because x86 push LR when executing a call instruction, but `rt_sigretu…
|
| /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/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
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 66 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if… 71 …/// Save reference for future processing and handle it with GC point of view (traverse needed fiel…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe152.md | 8 and ``Function.call``. These APIs are needed in the standard library to
|
| D | recipe140.md | 8 This API is needed in the standard library to explicitly set ``this``
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_finalization_registry.cpp | 23 * @param instance - FinalizationRegistry class instance needed to register for managing by GC.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_codegen.inl.h.erb | 21 % # declare functions implemented in the core part but needed only in plugins
|
1234567891011