Home
last modified time | relevance | path

Searched full:parallel (Results 1 – 25 of 73) sorted by relevance

123

/arkcompiler/ets_runtime/common_components/heap/space/
Dfrom_space.cpp153 uint32_t parallel = Heap::GetHeap().GetCollectorResources().GetGCThreadCount(true) - 1; in CopyFromRegions() local
154 uint32_t threadNum = parallel + 1; in CopyFromRegions()
161 size_t leftRegionCnt = totalRegionCount - regionCntEachTask * parallel; in CopyFromRegions()
163 TaskPackMonitor monitor(parallel, parallel); in CopyFromRegions()
164 for (uint32_t i = 0; i < parallel; ++i) { in CopyFromRegions()
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/hvigor/
Dhvigor-config.json524 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/hvigor/
Dhvigor-config.json524 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/hvigor/
Dhvigor-config.json524 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
/arkcompiler/runtime_core/taihe/scripts/
Dtest17 coverage run --parallel-mode --module taihe.cli.tryit "$@"
61 coverage run --parallel-mode --module pytest
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py49 … 'buildMode=release', 'assembleHap', '--verbose-analyze', '--parallel',
52 … 'buildMode=release', 'assembleHap', '--verbose-analyze', '--parallel',
57 … 'buildMode=debug', 'assembleHap', '--info', '--verbose-analyze', '--parallel',
60 … 'buildMode=release', 'assembleHap', '--info', '--verbose-analyze', '--parallel',
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-dev33 parallel # For rt.jar test
Dubuntu-24-04-arm-dev33 parallel=20231122* # For rt.jar test
Dubuntu-20-04-dev35 parallel=20161222-* # For rt.jar test
Dubuntu-22-04-arm-dev33 parallel=20210822* # For rt.jar test
Dubuntu-20-04-arm-dev32 parallel=20161222-* # For rt.jar test
Dubuntu-24-04-dev33 parallel=20231122* # For rt.jar test
Dubuntu-18-04-arm-dev35 parallel=20161222-* # For rt.jar test
Dubuntu-22-04-dev34 parallel=20210822* # For rt.jar test
Dubuntu-18-04-dev37 parallel=20161222-* # For rt.jar test
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev32 parallel # For rt.jar test
Dubuntu-18-04-arm-dev32 parallel=20161222-* # For rt.jar test
Dubuntu-20-04-dev32 parallel=20161222-* # For rt.jar test
Dubuntu-18-04-dev32 parallel=20161222-* # For rt.jar test
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml129 Enables parallel compilation of different modules (see also --llvmaot-methods-per-module)
131 to specify amount of parallel compilation threads. Value 0 allows to check available
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp106 …* the annotation feature, when compiling abc files in parallel, external records were skipped, whi… in CheckClassId()
108 * compiling abc in parallel, do not skip external records anymore. in CheckClassId()
Dabc2program_compiler.h53 // the single whole program compiled from the abc file, only used in non-parallel mode
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfix_heap.h43 * Task unit for parallel heap fixing operations
63 * Worker class for parallel heap fixing operations
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml364 … additional GC helper threads. GC uses these threads to speed up collection doing work in parallel.
410 - name: gc-parallel-marking-enabled
413 …description: Enable parallel marking in GC if it is supported (now it is G1 and STW). If we don't …
415 - name: gc-parallel-compacting-enabled
418 …description: Enable parallel compacting in GC if it is supported (now it is G1). If we don't have …
420 - name: gc-parallel-ref-updating-enabled
423 …description: Enable parallel references updating in GC if it is supported (now it is G1). If we do…
600 description: Perform compilation in the main thread or in parallel worker
/arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/system_api_obfuscation/build-tools/ets-loader/
DobfuscateWhiteList.json552 "Parallel",

123