/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/ |
D | gc_hung.h | 66 void SetEnabled(bool enabled) in SetEnabled() argument 68 enabled_ = enabled; in SetEnabled() 74 static void InitPreFork(bool enabled);
|
D | gc_hung.cpp | 312 void GcHung::InitPreFork(bool enabled) in InitPreFork() argument 318 instance_->SetEnabled(enabled); in InitPreFork() 319 if (enabled) { in InitPreFork()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | concurrent_sweeper.h | 70 void ConfigConcurrentSweep(bool enabled) in ConfigConcurrentSweep() argument 72 enableType_ = enabled ? EnableConcurrentSweepType::ENABLE : in ConfigConcurrentSweep()
|
D | concurrent_marker.h | 84 void ConfigConcurrentMark(bool enabled) in ConfigConcurrentMark() argument 86 enableMarkType_ = enabled ? EnableConcurrentMarkType::ENABLE : in ConfigConcurrentMark()
|
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
D | main_entry_point_5-expected.txt | 1 SyntaxError: Main overload is not enabled [main_entry_point_5.ets:20:10]
|
/arkcompiler/runtime_core/static_core/tests/checked/ |
D | disable_intrinsics.pa | 14 #! CHECKER Intrinsics is enabled 24 #! CHECKER Intrinsics is enabled Regular AOT 34 #! CHECKER Intrinsics is enabled LLVM AOT
|
D | check_verifier.pa | 15 #! RUN force_jit: true, options: "--verification-enabled=true --verification-mode=on-the-f…
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | js_debugger_manager.h | 102 void SetMixedDebugEnabled(bool enabled) in SetMixedDebugEnabled() argument 104 isMixedDebugEnabled_ = enabled; in SetMixedDebugEnabled()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | encoders_test.cpp | 64 void Dump(bool enabled) in Dump() argument 66 if (enabled) { in Dump()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | encoders_test.cpp | 59 void Dump(bool enabled) in Dump() argument 61 if (enabled) { in Dump()
|
/arkcompiler/runtime_core/static_core/compiler/cmake/ |
D | coverage.cmake | 26 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_COMPILER_COVERAGE=true…
|
/arkcompiler/ets_frontend/ets2panda/cmake/ |
D | coverage.cmake | 35 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_ES2PANDA_COVERAGE=true…
|
/arkcompiler/runtime_core/static_core/libpandabase/cmake/ |
D | mm_coverage.cmake | 33 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_LIBPANDABASE_COVERAGE=…
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/cmake/ |
D | coverage.cmake | 32 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_BYTECODE_OPTIMIZER_COV…
|
/arkcompiler/runtime_core/cmake/ |
D | ClangTidy.cmake | 82 # "check-to-be-enabled" 83 # "glob-to-be-enabled-*" 89 # By default all checks are enabled globally, so the most reasonable use 93 # * We use permissive policy for checks, i.e. everything is enabled by default,
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | BUILD.gn | 36 "--snapshot-serialize-enabled=true",
|
/arkcompiler/runtime_core/tests/checked/ |
D | disable_intrinsics.pa | 14 #! CHECKER Intrinsics is enabled
|
/arkcompiler/ets_frontend/arkguard/ |
D | README.md | 8 In DevEco Studio, Arkguard can be enabled only in Stage Model (FA Model is not supported). 18 cause runtime error if they are enabled by default. 143 …Therefore, when `-enable-string-property-obfuscation` is enabled, if you don't want to obfuscate t… 165 …ne number of code, not the column number. Therefore, when the compact is enabled, the specific loc… 206 **Note**: This option is avaliable when `-enable-property-obfuscation` is enabled. 216 1. This option is avaliable when `-remove-comments` is enabled.
|
/arkcompiler/runtime_core/libpandabase/cmake/ |
D | mm_coverage.cmake | 53 … message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_MM_COVERAGE=true ).")
|
/arkcompiler/runtime_core/bytecode_optimizer/cmake/ |
D | coverage.cmake | 56 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_BYTECODE_OPTIMIZER_COV…
|
/arkcompiler/runtime_core/libpandabase/ |
D | README.md | 101 - `bool IsTailEnabled()` - returns `true` if positional arguments enabled 109 - `bool IsRemainderEnabled()` - `true` if remainder argument enabled 133 - If tail (positional arguments) enabled, first argument without double dash prefix concidered as a…
|
/arkcompiler/runtime_core/static_core/libpandabase/ |
D | README.md | 101 - `bool IsTailEnabled()` - returns `true` if positional arguments enabled 109 - `bool IsRemainderEnabled()` - `true` if remainder argument enabled 133 - If tail (positional arguments) enabled, first argument without double dash prefix concidered as a…
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_with_lambda/ |
D | dynamic_with_lambda.ets | 65 // TODO(itrubachev) this test can be enabled after fixing TODO in checker::Type *TSAsExpression::Ch…
|
/arkcompiler/runtime_core/static_core/tools/sampler/ |
D | README.md | 48 …2. Tests are not running with TSAN enabled because TSAN can affect user signals and rarely it caus…
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | CMakeLists.txt | 45 BRIEF_DOCS "Run with enabled AOT?" 46 FULL_DOCS "Run with enabled AOT?")
|