Searched full:enables (Results 1 – 25 of 34) sorted by relevance
12
| /arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/ |
| D | TestArgs.ts | 51 * Enables 'autofix' mode, runs test with '--autofix' option. 57 * Enables 'ArkTS 2.0' mode, runs test with '--arkts-2' 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/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/plugins/ets/ |
| D | runtime_options.yaml | 111 description: Enables/disables ReferenceProcessor 118 description: enables/disables tracing gc
|
| /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/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/ |
| D | README.md | 97 The `PANDA_LLVM_BACKEND` enables: 164 Setting `is_llvmbackend=true` option enables the same scenarios as `-DPANDA_LLVM_BACKEND=true` opti…
|
| /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/runtime_core/static_core/runtime/ |
| D | options.yaml | 94 description: Enables/disables JIT compiler 109 description: Enables/disables OSR compilation 427 description: Enables/disables ReferenceProcessor 461 description: enables/disables tracing gc 466 description: enables/disables concurrent update remset thread
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | README.md | 51 `-E, --TSC_Errors` - enables logging messages about compilation errors and unresolved symbols.
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 129 Enables parallel compilation of different modules (see also --llvmaot-methods-per-module)
|
| /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/runtime/tooling/inspector/ |
| D | debuggable_thread.h | 85 // Enables or disables stops on breakpoints
|
| /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/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…
|
| D | memory_coalescing_doc.md | 239 | `--compiler-memory-coalescing` | Enables optimization | `true` |
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 56 enables powerful, flexible, safe, clear, and adequate software design. 103 enables making programs and program structures more generic and reusable.
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | README.md | 99 - `void EnableTail()` - enables positional arguments
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 99 - `void EnableTail()` - enables positional arguments
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/interop/js/ |
| D | JSRuntime.sts | 18 // Subtype of Shareable enables reference tracking for ETS objects
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Definitions.cmake | 434 # PANDA_LLVM_BACKEND auto-enables LLVM_INTERPRETER, LLVM_AOT and LLVM_FASTPATH unless user
|
| /arkcompiler/toolchain/build/config/compiler/ |
| D | BUILD.gn | 78 # -O2 enables string tail merge optimization in gold and lld.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 326 …* Consider aliased memory accesses and volatile operations. CHECK_CFG enables the check of INST in… 377 …* Consider aliased memory accesses and volatile operations. CHECK_CFG enables the check of INST us…
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 605 description: Enables/disables frequency based branch reorder
|
12