Searched full:enable (Results 1 – 25 of 845) sorted by relevance
12345678910>>...34
| /arkcompiler/ets_frontend/es2panda/test/compiler/crashStack/enableColumn/js/ |
| D | enable-column-callthis-expected.txt | 2 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:32:7) 5 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:39:14) 8 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:45:7) 11 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:54:7) 14 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:61:14) 17 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:67:7) 20 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:76:7) 23 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:83:14) 26 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:89:7) 29 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callthis.js:97:23) [all …]
|
| D | enable-column-callarg-expected.txt | 2 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callarg.js:19:5) 5 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callarg.js:27:5) 8 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callarg.js:35:5) 11 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callarg.js:43:5) 14 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callarg.js:51:5) 17 at func_main_0 (test/compiler/crashStack/enableColumn/js/enable-column-callarg.js:59:5)
|
| /arkcompiler/ets_runtime/compiler_service/include/ |
| D | aot_args_list.h | 39 "enable-ark-tools", 53 "enable-force-gc", 54 "enable-ic", 55 "enable-runtime-stat", 74 "enable-worker", 87 "enable-context", 94 "enable-print-execute-time", 95 "enable-pgo-profiler", 96 "enable-mutant-array", 97 "enable-elements-kind", [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/keepDts/ |
| D | obfuscation-template.txt | 2 -enable-toplevel-obfuscation 10 -enable-property-obfuscation 11 -enable-string-property-obfuscation 12 -enable-toplevel-obfuscation 13 -enable-filename-obfuscation 14 -enable-export-obfuscation 21 -enable-toplevel-obfuscation
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 49 "--asm-interpreter: Enable asm interpreter. Default: 'true'\n" 66 …"--compiler-type-threshold: enable to skip methods whose type is no more than threshold… 67 "--compiler-log-snapshot: Enable to print snapshot information. Default: 'false'\n" 68 "--compiler-log-time: Enable to print pass compiler time. Default: 'false'\n" 69 "--enable-ark-tools: Enable ark tools to debug. Default: 'false'\n" 71 "--pgo-trace: Enable pgo trace for JS runtime. Default: 'false'\n" 72 …"--compiler-trace-bc: Enable tracing bytecode for aot runtime. Default: 'false'\n" 73 "--compiler-trace-deopt: Enable tracing deopt for aot runtime. Default: 'false'\n" 74 …"--compiler-trace-inline: Enable tracing inline function for aot runtime. Default: 'f… 75 …"--compiler-trace-builtins: Enable tracing builtins function for aot runtime. Default: … [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | ets_string_cache_options.ets | 19 //! RUN options: "--compiler-enable-events --compiler-events-path=./events.csv --compiler… 26 … options: "--compiler-enable-events --use-string-caches=false --compiler-events-path=./eve… 32 //! RUN force_jit: true, options: "--compiler-enable-events --compiler-events-path=./even… 37 //! RUN force_jit: true, options: "--compiler-enable-events --use-string-caches=false --c… 43 …ptions: "--interpreter-type=cpp --compiler-enable-events --compiler-events-path=./events.csv --com… 48 …terpreter-type=cpp --compiler-enable-events --use-string-caches=false --compiler-events-path=./eve… 54 …ions: "--interpreter-type=irtoc --compiler-enable-events --compiler-events-path=./events.csv --com… 59 …rpreter-type=irtoc --compiler-enable-events --use-string-caches=false --compiler-events-path=./eve…
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler.yaml | 44 description: Enable visualizer dump ir 48 description: Enable dump ir 74 description: Enable printing byte code instruction after ir instruction in dump ir 78 description: Enable dumps each time peephole applies 85 description: Enable dump disasm to text files 112 description: Enable dump assembly to disasm.txt file (do not emit binary) 115 - name: compiler-enable-tracing 118 description: Enable tracing for passes 121 - name: compiler-enable-tlab-events 124 description: Enable events for tlab allocation [all …]
|
| /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_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/ |
| D | obfuscation-rules.txt | 9 # -enable-property-obfuscation: obfuscate the property names 10 # -enable-toplevel-obfuscation: obfuscate the names in the global scope 20 -enable-property-obfuscation 21 -enable-toplevel-obfuscation 22 -enable-filename-obfuscation 23 -enable-export-obfuscation
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/workflows/ |
| D | panda-jit.yaml | 26 enable-es2panda: True 27 enable-verifier: True 34 compiler-enable-jit: "true" 49 enable-es2panda: ${parameters.enable-es2panda} 50 enable-verifier: ${parameters.enable-verifier} 62 compiler-enable-jit: ${parameters.compiler-enable-jit}
|
| D | panda-aot.yaml | 25 enable-es2panda: True 26 enable-verifier: True 35 compiler-enable-jit: "false" 38 - "--enable-an:force" 48 enable-es2panda: ${parameters.enable-es2panda} 49 enable-verifier: ${parameters.enable-verifier} 69 compiler-enable-jit: ${parameters.compiler-enable-jit}
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | app_aot_jit_enable_list.conf | 1 …iled by aot or jit compiler, enable list can be written as below, first is enable aot, second is e…
|
| D | app_aot_jit_enable_list_default.conf | 1 …iled by aot or jit compiler, enable list can be written as below, first is enable aot, second is e…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.cpp | 101 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 107 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 113 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 119 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 125 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 131 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 137 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 143 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 149 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 155 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… [all …]
|
| /arkcompiler/ets_runtime/etc/ |
| D | arkcompiler.para.dac | 20 ark.jit.enable.litecg = shell:shell:0775 22 ark.jit.enable.jitframe = shell:shell:0775 24 persist.ark.jit.enable.jitfort = shell:shell:0775 25 persist.ark.jit.enable.async.copytofort = shell:shell:0775 26 ark.jit.enable.jitLogSkip = shell:shell:0775 27 ark.jit.enable.dumpobj = shell:shell:0775
|
12345678910>>...34