Searched full:parallel (Results 1 – 25 of 73) sorted by relevance
123
| /arkcompiler/ets_runtime/common_components/heap/space/ |
| D | from_space.cpp | 153 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/ |
| D | hvigor-config.json5 | 24 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/hvigor/ |
| D | hvigor-config.json5 | 24 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/hvigor/ |
| D | hvigor-config.json5 | 24 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
|
| /arkcompiler/runtime_core/taihe/scripts/ |
| D | test | 17 coverage run --parallel-mode --module taihe.cli.tryit "$@" 61 coverage run --parallel-mode --module pytest
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_config.py | 49 … '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/ |
| D | ubuntu-dev | 33 parallel # For rt.jar test
|
| D | ubuntu-24-04-arm-dev | 33 parallel=20231122* # For rt.jar test
|
| D | ubuntu-20-04-dev | 35 parallel=20161222-* # For rt.jar test
|
| D | ubuntu-22-04-arm-dev | 33 parallel=20210822* # For rt.jar test
|
| D | ubuntu-20-04-arm-dev | 32 parallel=20161222-* # For rt.jar test
|
| D | ubuntu-24-04-dev | 33 parallel=20231122* # For rt.jar test
|
| D | ubuntu-18-04-arm-dev | 35 parallel=20161222-* # For rt.jar test
|
| D | ubuntu-22-04-dev | 34 parallel=20210822* # For rt.jar test
|
| D | ubuntu-18-04-dev | 37 parallel=20161222-* # For rt.jar test
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-dev | 32 parallel # For rt.jar test
|
| D | ubuntu-18-04-arm-dev | 32 parallel=20161222-* # For rt.jar test
|
| D | ubuntu-20-04-dev | 32 parallel=20161222-* # For rt.jar test
|
| D | ubuntu-18-04-dev | 32 parallel=20161222-* # For rt.jar test
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 129 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/ |
| D | abc2program_compiler.cpp | 106 …* 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()
|
| D | abc2program_compiler.h | 53 // the single whole program compiled from the abc file, only used in non-parallel mode
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | fix_heap.h | 43 * Task unit for parallel heap fixing operations 63 * Worker class for parallel heap fixing operations
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | options.yaml | 364 … 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/ |
| D | obfuscateWhiteList.json5 | 52 "Parallel",
|
123