Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 66) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
Dgc_hung.h66 void SetEnabled(bool enabled) in SetEnabled() argument
68 enabled_ = enabled; in SetEnabled()
74 static void InitPreFork(bool enabled);
Dgc_hung.cpp312 void GcHung::InitPreFork(bool enabled) in InitPreFork() argument
318 instance_->SetEnabled(enabled); in InitPreFork()
319 if (enabled) { in InitPreFork()
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.h70 void ConfigConcurrentSweep(bool enabled) in ConfigConcurrentSweep() argument
72 enableType_ = enabled ? EnableConcurrentSweepType::ENABLE : in ConfigConcurrentSweep()
Dconcurrent_marker.h84 void ConfigConcurrentMark(bool enabled) in ConfigConcurrentMark() argument
86 enableMarkType_ = enabled ? EnableConcurrentMarkType::ENABLE : in ConfigConcurrentMark()
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dmain_entry_point_5-expected.txt1 SyntaxError: Main overload is not enabled [main_entry_point_5.ets:20:10]
/arkcompiler/runtime_core/static_core/tests/checked/
Ddisable_intrinsics.pa14 #! CHECKER Intrinsics is enabled
24 #! CHECKER Intrinsics is enabled Regular AOT
34 #! CHECKER Intrinsics is enabled LLVM AOT
Dcheck_verifier.pa15 #! RUN force_jit: true, options: "--verification-enabled=true --verification-mode=on-the-f…
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h102 void SetMixedDebugEnabled(bool enabled) in SetMixedDebugEnabled() argument
104 isMixedDebugEnabled_ = enabled; in SetMixedDebugEnabled()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoders_test.cpp64 void Dump(bool enabled) in Dump() argument
66 if (enabled) { in Dump()
/arkcompiler/runtime_core/compiler/tests/
Dencoders_test.cpp59 void Dump(bool enabled) in Dump() argument
61 if (enabled) { in Dump()
/arkcompiler/runtime_core/static_core/compiler/cmake/
Dcoverage.cmake26 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_COMPILER_COVERAGE=true…
/arkcompiler/ets_frontend/ets2panda/cmake/
Dcoverage.cmake35 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_ES2PANDA_COVERAGE=true…
/arkcompiler/runtime_core/static_core/libpandabase/cmake/
Dmm_coverage.cmake33 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_LIBPANDABASE_COVERAGE=…
/arkcompiler/runtime_core/static_core/bytecode_optimizer/cmake/
Dcoverage.cmake32 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_BYTECODE_OPTIMIZER_COV…
/arkcompiler/runtime_core/cmake/
DClangTidy.cmake82 # "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/
DBUILD.gn36 "--snapshot-serialize-enabled=true",
/arkcompiler/runtime_core/tests/checked/
Ddisable_intrinsics.pa14 #! CHECKER Intrinsics is enabled
/arkcompiler/ets_frontend/arkguard/
DREADME.md8 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/
Dmm_coverage.cmake53 … message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_MM_COVERAGE=true ).")
/arkcompiler/runtime_core/bytecode_optimizer/cmake/
Dcoverage.cmake56 …message(STATUS "Coverage will not be calculated (may be enabled by -DENABLE_BYTECODE_OPTIMIZER_COV…
/arkcompiler/runtime_core/libpandabase/
DREADME.md101 - `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/
DREADME.md101 - `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/
Ddynamic_with_lambda.ets65 // TODO(itrubachev) this test can be enabled after fixing TODO in checker::Type *TSAsExpression::Ch…
/arkcompiler/runtime_core/static_core/tools/sampler/
DREADME.md48 …2. Tests are not running with TSAN enabled because TSAN can affect user signals and rarely it caus…
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt45 BRIEF_DOCS "Run with enabled AOT?"
46 FULL_DOCS "Run with enabled AOT?")

123