Searched full:parallel (Results 1 – 25 of 56) sorted by relevance
123
| /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_out_project/hvigor/ |
| D | hvigor-config.json5 | 24 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
|
| /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/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/static_core/scripts/dep-lists/ |
| D | ubuntu-dev | 33 parallel # 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-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/runtime/ |
| D | options.yaml | 358 … additional GC helper threads. GC uses these threads to speed up collection doing work in parallel. 404 - name: gc-parallel-marking-enabled 407 …description: Enable parallel marking in GC if it is supported (now it is G1 and STW). If we don't … 409 - name: gc-parallel-compacting-enabled 412 …description: Enable parallel compacting in GC if it is supported (now it is G1). If we don't have … 414 - name: gc-parallel-ref-updating-enabled 417 …description: Enable parallel references updating in GC if it is supported (now it is G1). If we do… 594 description: Perform compilation in the main thread or in parallel worker
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/33.dynamic_import_expression/ |
| D | imp_11b.sts | 22 // import package modules in parallel
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | cc_wrapper.gni | 17 # remote machines allowing a parallel build.
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_compiler.h | 53 // the single whole program compiled from the abc file, only used in non-parallel mode
|
| /arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/system_api_obfuscation/build-tools/ets-loader/ |
| D | obfuscateWhiteList.json5 | 52 "Parallel",
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | hot_cards.h | 43 …// clear card before we process it, because parallel mutator thread can make a write and we would … in HandleCards()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 43 // There should not be any other writer in parallel 62 // There may be other writers in parallel
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 77 /// @brief Returns true if stack supports parallel workers, false otherwise
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | README.md | 10 * `PANDA_CTS_JOBS_NUMBER` - amount of parallel jobs for test execution. Default is 8.
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 10 * `PANDA_CTS_JOBS_NUMBER` - amount of parallel jobs for test execution. Default is 8.
|
123