| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 34 description: Enable visualizer dump ir 38 description: Enable dump ir 60 description: Enable printing byte code instruction after ir instruction in dump ir 64 description: Enable dumps each time peephole applies 67 description: Enable dump disasm to text files 94 description: Enable dump assembly to disasm.txt file (do not emit binary) 97 - name: compiler-enable-tracing 100 description: Enable tracing for passes 103 - name: compiler-enable-tlab-events 106 description: Enable events for tlab allocation [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 39 "--asm-interpreter: Enable asm interpreter. Default: true\n" 41 "--assert-types: Enable type assertion for type inference tests. Default: false\n" 57 "--enable-ark-tools: Enable ark tools to debug. Default: false\n" 58 "--trace-bc: enable tracing bytecode for aot runtime. Default: false\n" 59 "--trace-deopt: enable tracing deopt for aot runtime. Default: false\n" 61 "--opt-code-profiler: enable opt code Bytecode Statistics for aot runtime. Default: false\n" 62 "--enable-force-gc: enable force gc when allocating object. Default: true\n" 63 "--enable-ic: switch of inline cache. Default: true\n" 64 "--enable-runtime-stat: enable statistics of runtime state. Default: false\n" 65 "--enable-type-lowering: enable TSTypeLowering and TypeLowering for aot runtime. Default:true\n" [all …]
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | options.yaml | 79 description: Enable logs from specified components 87 description: Enable debug or above logs from specified components 95 description: Enable info or above logs from specified components 103 description: Enable warning or above logs from specified components 111 description: Enable error or above logs from specified components 119 description: Enable fatal logs from specified components
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | config.h | 50 * 3. enable gc logs 51 * 4. enable handle-scope zap, zap reclaimed regions 53 * 6. enable Cast() check 54 * 7. enable verify heap 55 * 9. enable Proactively interrogating and collecting information in the call stack
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | options.yaml | 33 description: Enable Canonicalization Pass 38 description: Enable Constant Resolver Pass 53 description: Enable BytecodeOptPeepholes Pass 58 description: Enable ConstArray Resolver Pass
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 69 description: Enable/disable compressed strings 74 description: Enable/disable running GC only in place 76 - name: compiler-enable-jit 91 - name: compiler-enable-osr 101 - name: debugger-enable 224 - name: ic-enable 334 …description: Enable parallel marking in GC if it is supported (now it is G1 and STW). If we don't … 339 …description: Enable parallel compacting in GC if it is supported (now it is G1). If we don't have … 341 - name: reference-processor-enable 375 - name: gc-enable-tracing [all …]
|
| /arkcompiler/runtime_core/scripts/ |
| D | trace_enable.sh | 37 echo 1 > $TRACKING_PATH/events/sched/sched_switch/enable 38 echo 1 > $TRACKING_PATH/events/sched/sched_wakeup/enable 42 echo 0 > $TRACKING_PATH/events/sched/sched_switch/enable 43 echo 0 > $TRACKING_PATH/events/sched/sched_wakeup/enable
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 14 option(PANDA_ENABLE_SANITIZE_TRAP "Enable sanitizer trap generation" false) 19 option(PANDA_ENABLE_ADDRESS_SANITIZER "Address sanitizer enable" false) 20 option(PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER "Undefined behavior sanitizer enable" false) 21 option(PANDA_ENABLE_THREAD_SANITIZER "Thread sanitizer enable" false)
|
| D | Definitions.cmake | 91 # Enable global register variables usage only for clang >= 9.0.0 and gcc >= 8.0.0. 178 option(PANDA_WITH_TESTS "Enable test targets" true) 179 option(PANDA_WITH_BYTECODE_OPTIMIZER "Enable bytecode optimizer" true) 180 option(PANDA_WITH_JAVA "Enable java plugin" ON) 181 option(PANDA_WITH_ECMASCRIPT "Enable ecmascript plugin" ON) 182 option(PANDA_WITH_ACCORD "Enable accord plugin" ON) 183 option(PANDA_WITH_CANGJIE "Enable cangjie plugin" ON) 185 option(PANDA_ENABLE_RELAYOUT_PROFILE "Enable relayout profile" OFF) 276 option(PANDA_CROSS_COMPILER "Enable compiler cross-compilation support" ON)
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.rb | 63 def enable? 64 @dscr.respond_to?('enable') ? @dscr['enable'] : true
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | tlab_test.pa | 15 …ompiler-hotness-threshold=0 --no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab… 32 #! RUN_PAOC options: "--compiler-enable-tlab-events=true --compiler-regex=.*tlab.* --young-shar… 33 #! RUN options: "--compiler-enable-tlab-events=true", entry: "_GLOBAL::main" 43 …ompiler-hotness-threshold=0 --no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab…
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/ |
| D | CMakeLists.txt | 89 RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=false --gc-type=stw" 105 RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=false --gc-type=gen-gc" 122 RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=false --gc-type=g1-gc" 133 … if (PANDA_COMPILER_ENABLE AND NOT CUR_RUNTIME_OPTIONS MATCHES "^.*--compiler-enable-jit=false.*$") 140 …RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=true --compiler-hotness-threshold=… 156 …PTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=true --compiler-hotness-threshold=2 --compi…
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | profiler_impl.cpp | 28 { "enable", &ProfilerImpl::DispatcherImpl::Enable }, in Dispatch() 57 void ProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable() function in panda::ecmascript::tooling::ProfilerImpl::DispatcherImpl 59 DispatchResponse response = profiler_->Enable(); in Enable() 160 DispatchResponse ProfilerImpl::Enable() in Enable() function in panda::ecmascript::tooling::ProfilerImpl
|
| D | profiler_impl.h | 33 DispatchResponse Enable(); 52 void Enable(const DispatchRequest &request);
|
| D | heapprofiler_impl.cpp | 25 { "enable", &HeapProfilerImpl::DispatcherImpl::Enable }, in Dispatch() 64 void HeapProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl 66 DispatchResponse response = heapprofiler_->Enable(); in Enable() 265 DispatchResponse HeapProfilerImpl::Enable() in Enable() function in panda::ecmascript::tooling::HeapProfilerImpl
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_sweeper.h | 30 // REQUEST_DISABLE can be ragarded as enable and will be changed into disable after finishing sweep… 32 ENABLE, enumerator 71 enableType_ = enabled ? EnableConcurrentSweepType::ENABLE : in ConfigConcurrentSweep()
|
| D | concurrent_marker.h | 34 // REQUEST_DISABLE can be ragarded as enable and will be changed into disable after this GC. 36 ENABLE, enumerator 86 enableMarkType_ = enabled ? EnableConcurrentMarkType::ENABLE : in ConfigConcurrentMark()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | constructor_test.cpp | 55 // TODO! Enable when will supported in ~ConstructorTest() 92 // TODO! Enable when will supported in TEST_F() 129 // TODO! Enable when will supported in TEST_F() 173 // TODO! Enable when will supported in TEST_F() 214 // TODO! Enable when will supported in TEST_F()
|
| /arkcompiler/runtime_core/ |
| D | README.md | 90 | --optimize | Enable compilation optimization. … 92 | --verbose | Enable log printing. … 113 | --debug | Enable the function for printing debug information. … 116 | --quiet | Enable all of the "--skip-\*" flags. … 118 | --verbose | Enable log printing. …
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | options.yaml | 72 description: Enable logs from specified components 124 description: Enable/disable printing memory statistics in the end of the program 129 description: Whether to enable debug mode
|
| /arkcompiler/ets_runtime/test/ |
| D | test_helper.gni | 195 js_vm_options += " --enable-ark-tools=true" 196 js_vm_options += " --enable-force-gc=false" 245 _asm_run_options_ += " --enable-ark-tools=true" 246 _asm_run_options_ += " --enable-force-gc=false" 296 _asm_run_options_ += " --enable-ark-tools=true" 297 _asm_run_options_ += " --enable-force-gc=false" 376 _aot_compile_options_ += " --enable-type-lowering=false" 425 _aot_run_options_ += " --enable-ark-tools=true" 426 _aot_run_options_ += " --enable-force-gc=false" 526 _aot_compile_options_ += " --enable-type-lowering=false" [all …]
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | inspector_test.cpp | 104 …ExpectUnsupportedMethods("Profiler.enable", "Debugger.setPauseOnExceptions", "Debugger.setAsyncCal… in TEST_F() 120 Call("Profiler.enable", Callback()); in TEST_F() 121 Call("Runtime.enable", Callback(runtimeEnabled)); in TEST_F() 129 … "Debugger.enable", [](auto ¶ms) { params.AddProperty("maxScriptsCacheSize", 10000000); }, in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | runtime_stat.h | 35 void SetRuntimeStatEnabled(bool enable) in SetRuntimeStatEnabled() argument 37 runtimeStatEnabled_ = enable; in SetRuntimeStatEnabled()
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 49 --enable-core-dump Enable core dumps 164 3. If all test passed, congrats! Now you can enable tests for regular
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 17 # Enable Clang's Source-based Code Coverage. 69 # Enable checks for bad casts: derived cast and unrelated cast. 72 # Enable checks for indirect function calls via a function pointer. 213 # this condition. We may also be able to find another way to enable your case
|