Home
last modified time | relevance | path

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

12345

/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/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).
Daot_cha.md62 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/
Dregion_allocator.h223 * @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/
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/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/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/toolchain/build/toolchain/
Dtoolchain.gni14 # Toolchain-related configuration that may be needed outside the context of the
39 # if needed.
/arkcompiler/runtime_core/cross_values/
Dwrap_cross_values_getters_generator.sh17 # This script is needed beacuse GN can't get output file path for source_set.
/arkcompiler/runtime_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/isa/
DREADME14 Directory with example template files which show how could one generate needed
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h102 * No preparation of the structure is needed
124 * No preparation of the structure is needed
/arkcompiler/runtime_core/docs/
Dcfi_directives.md23 From `CFI` perspective, annotation of `prolog` and `epilog` is needed.
Don-stack-replacement.md92 Osr stackmaps (OsrStateStamp) are needed to restore virtual registers.
94 Stackmap contains all needed information to convert IFrame to CFrame.
Dcoding-style.md29 case 41: // No annotation needed here.
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_manager.h51 // Get debug info associated with panda file, loading new source files if needed.
/arkcompiler/runtime_core/scripts/
Dinstall-deps-ubuntu57 --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/
Dnative_pointer_test.cpp59 // mock object needed in test in HWTEST_F_L0()
/arkcompiler/runtime_core/verification/util/
Dstr.h76 // leave space for - if needed in OffsetToHexStr()
/arkcompiler/runtime_core/runtime/mem/gc/reference-processor/
Dreference_processor.h59 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if…
/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h180 * @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/
Dobject_pointer.h29 * This is needed to use object pointers of size 32 bits in 64-bit architectures.
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h255 // 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/
Dnon_testable.yaml116 … methods with more arguments range kind of instruction is to be used, which takes the needed number

12345