Searched full:enables (Results 1 – 25 of 42) sorted by relevance
12
| /arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/ |
| D | TestArgs.ts | 54 * Enables 'autofix' mode, runs test with '--autofix' option. 60 * Enables 'ArkTS 2.0' mode, runs test with '--arkts-2' option. 65 * Enables 'migrate' mode, runs test with '--migrate' option.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ |
| D | tsconfig.sample.json | 5 …ditional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDe…
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | README.md | 24 - *force_profiling: bool* - enables profdata collection for every interpreter-executed method 25 - *pgo_emit_profdata: bool* - enables on-disk generating for profile data to be used in PGO 29 - *bool: bool* - enables boot output
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/ |
| D | tsconfig.main.json | 11 …ditional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDe…
|
| /arkcompiler/runtime_core/static_core/patches/zydis/ |
| D | 0002-Remove-chromium_code-config-for-OHOS-builds.patch | 6 This config enables extra warnings with -Werror resulting in Zydis build
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | debuggable_thread.h | 89 // Enables or disables skipping all pauses 92 // Enables or disables mixdebug && mixstack
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | debuggable_thread.h | 89 // Enables or disables skipping all pauses 92 // Enables or disables mixdebug && mixstack
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | irtoc_function_utils.cpp | 22 using namespace std::literals::string_view_literals; // Enables 'sv' suffix
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | litecg.h | 52 // return LiteCG& enables chaining of config functions.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | runtime_options.yaml | 111 description: Enables/disables ReferenceProcessor 118 description: enables/disables tracing gc
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 173 enables printing byte code instruction after ir instruction in dump ir. There is one more option `-…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot.md | 173 enables printing byte code instruction after ir instruction in dump ir. There is one more option `-…
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | README.md | 57 `-E, --TSC_Errors` - enables logging messages about compilation errors and unresolved symbols.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 16_concurrency.rst | 50 |LANG| has APIs for asynchronous programming that enables tasks to be suspended 56 |LANG| enables both asynchronous programming and parallel-run coroutines, and
|
| D | 1_intro.rst | 55 enables powerful, flexible, safe, clear, and adequate software design. 105 enables making programs and program structures more generic and reusable.
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | options.yaml | 94 description: Enables/disables JIT compiler 109 description: Enables/disables OSR compilation 433 description: Enables/disables ReferenceProcessor 467 description: enables/disables tracing gc 472 description: enables/disables concurrent update remset thread
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 129 Enables parallel compilation of different modules (see also --llvmaot-methods-per-module)
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/ |
| D | types.ts | 104 * Enables or disables framework compilation mode.
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/driver/ |
| D | contexts.py | 21 - Enables user specified backends
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disasm.cpp | 92 panda::PandArg<bool> quiet("quiet", false, "enables all of the --skip-* flags"); in main()
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm.cpp | 27 ark::PandArg<bool> quiet {"quiet", false, "enables all of the --skip-* flags"};
|
| /arkcompiler/runtime_core/static_core/ |
| D | README.md | 120 |--compiler-enable-jit|bool|true|Enables/disables JIT compiler| 300 The `PANDA_LLVM_BACKEND` enables:
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compiler_doc.md | 32 | --compiler-enable-jit | bool | true | Enables/disables JIT compiler | 197 The option `--log-components=COMPONENT1:COMPONENT2...COMPONENT_N` enables logging of various compon…
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 99 - `void EnableTail()` - enables positional arguments
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | README.md | 99 - `void EnableTail()` - enables positional arguments
|
12