Searched full:needed (Results 1 – 25 of 114) sorted by relevance
12345
| /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/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).
|
| D | aot_cha.md | 62 files for boot panda files is needed when the options `--enable-an` is used. 91 because the MethodPtr is needed only to obtain the virtual table index. The indices inside virtual …
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_allocator.h | 223 * @tparam regions_type - type of regions needed to proceed. 233 * @tparam regions_type_from - type of regions needed to proceed. 252 * @tparam regions_type_from - type of regions needed to proceed. 255 * @param regions - vector of regions needed to proceed. 267 * @tparam regions_type_from - type of regions needed to proceed. 270 * @param region - region needed to proceed. 285 * @tparam regions_type - type of regions needed to proceed. 292 * @tparam regions_type - type of regions needed to proceed. 293 * @param regions - vector of regions needed to proceed.
|
| /arkcompiler/runtime_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/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/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/toolchain/build/toolchain/ |
| D | toolchain.gni | 14 # Toolchain-related configuration that may be needed outside the context of the 39 # if needed.
|
| /arkcompiler/runtime_core/cross_values/ |
| D | wrap_cross_values_getters_generator.sh | 17 # This script is needed beacuse GN can't get output file path for source_set.
|
| /arkcompiler/runtime_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/isa/ |
| D | README | 14 Directory with example template files which show how could one generate needed
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 102 * No preparation of the structure is needed 124 * No preparation of the structure is needed
|
| /arkcompiler/runtime_core/docs/ |
| D | cfi_directives.md | 23 From `CFI` perspective, annotation of `prolog` and `epilog` is needed.
|
| D | on-stack-replacement.md | 92 Osr stackmaps (OsrStateStamp) are needed to restore virtual registers. 94 Stackmap contains all needed information to convert IFrame to CFrame.
|
| D | coding-style.md | 29 case 41: // No annotation needed here.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_manager.h | 51 // Get debug info associated with panda file, loading new source files if needed.
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-ubuntu | 57 --install=dev | -i=dev Install tools needed for development. 59 --install=arm-dev | -i=arm-dev Install ARM64-hosted tools needed for development.
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 59 // mock object needed in test in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | str.h | 76 // leave space for - if needed in OffsetToHexStr()
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 59 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if…
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 180 * @param pools_count - count of pools needed by allocation 194 * @param pools_count - count of pools needed by allocation 207 * @param pools_count - count of pools needed by allocation 215 * @tparam pools_count - count of pools needed by allocation, must be bigger than 3 231 * @param pools_count - count of pools needed by allocation 283 * @param pools_count - count of pools needed by allocation 301 * @param pools_count - count of pools needed by allocation 320 * @param pools_count - count of pools needed by allocation 333 * @param pools_count - count of pools needed by allocation 412 * @param pools_count - count of pools needed by allocation
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | object_pointer.h | 29 * This is needed to use object pointers of size 32 bits in 64-bit architectures.
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.h | 255 // this method is needed to create a graph with a working dump 271 // this method is needed to create a graph with a working dump
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 116 … methods with more arguments range kind of instruction is to be used, which takes the needed number
|
12345