Home
last modified time | relevance | path

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/
Dtest_frontend_package.sts31 // 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/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/runtime/mem/
Dregion_allocator.h236 * @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/
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/scripts/dep-lists/
Dubuntu-build18 ruby # 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/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/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/toolchain/build/toolchain/
Dtoolchain.gni14 # 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/
Dcl_option.h40 /* 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()
Dptr_list_ref.h403 …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/
DREADME.md3 …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/
Dcommon_amd64.S18 // 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/
Dscheduled_gc_trigger_exception.sts24 …duleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with needed flag";
/arkcompiler/runtime_core/isa/
DREADME14 Directory with example template files which show how could one generate needed
/arkcompiler/runtime_core/static_core/isa/
DREADME14 Directory with example template files which show how could one generate needed
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h66 …* 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/
Drecipe152.md8 and ``Function.call``. These APIs are needed in the standard library to
Drecipe140.md8 This API is needed in the standard library to explicitly set ``this``
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_finalization_registry.cpp23 * @param instance - FinalizationRegistry class instance needed to register for managing by GC.
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_codegen.inl.h.erb21 % # declare functions implemented in the core part but needed only in plugins

1234567891011