Home
last modified time | relevance | path

Searched full:enable (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/keepDts/
Dobfuscation-template.txt2 -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/
Djs_runtime_options.cpp44 "--asm-interpreter: Enable asm interpreter. Default: 'true'\n"
61 …"--compiler-type-threshold: enable to skip methods whose type is no more than threshold…
62 "--compiler-log-snapshot: Enable to print snapshot information. Default: 'false'\n"
63 "--compiler-log-time: Enable to print pass compiler time. Default: 'false'\n"
64 "--enable-ark-tools: Enable ark tools to debug. Default: 'false'\n"
66 "--pgo-trace: Enable pgo trace for JS runtime. Default: 'false'\n"
67 …"--compiler-trace-bc: Enable tracing bytecode for aot runtime. Default: 'false'\n"
68 "--compiler-trace-deopt: Enable tracing deopt for aot runtime. Default: 'false'\n"
69 …"--compiler-trace-inline: Enable tracing inline function for aot runtime. Default: 'f…
70 …"--compiler-trace-builtins: Enable tracing builtins function for aot runtime. Default: …
[all …]
/arkcompiler/ets_runtime/compiler_service/include/
Daot_compiler_constants.h38 const std::string COMPILER_ENABLE_AOT_CODE_COMMENT = "compiler-enable-aot-code-comment";
61 "enable-ark-tools",
75 "enable-force-gc",
76 "enable-ic",
77 "enable-runtime-stat",
96 "enable-worker",
109 "enable-context",
116 "enable-print-execute-time",
117 "enable-pgo-profiler",
118 "enable-mutant-array",
[all …]
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml44 description: Enable visualizer dump ir
48 description: Enable dump ir
70 description: Enable printing byte code instruction after ir instruction in dump ir
74 description: Enable dumps each time peephole applies
81 description: Enable dump disasm to text files
108 description: Enable dump assembly to disasm.txt file (do not emit binary)
111 - name: compiler-enable-tracing
114 description: Enable tracing for passes
117 - name: compiler-enable-tlab-events
120 description: Enable events for tlab allocation
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml34 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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/ts_to_sts/conversion_big_int/
Dconversion_big_int.cpp23 // NOTE issue (17741) - enable this after fix import bigInt
28 // NOTE issue (17741) - enable this after fix import bigInt
33 // NOTE issue (17741) - enable this after fix import bigInt
38 // NOTE issue (17741) - enable this after fix import bigInt
43 // NOTE issue (17741) - enable this after fix import bigInt
48 // NOTE issue (17741) - enable this after fix import bigInt
53 // NOTE issue (17741) - enable this after fix import bigInt
58 // NOTE issue (17741) - enable this after fix import bigInt
63 // NOTE issue (17741) - enable this after fix import bigInt
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/
Dobfuscation-rules.txt9 # -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/
Dobfuscation-rules.txt9 # -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/
Dobfuscation-rules.txt9 # -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/library/
Dobfuscation-rules.txt9 # -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/
Dobfuscation-rules.txt9 # -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/
Dobfuscation-rules.txt9 # -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/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
108 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
114 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
120 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
126 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
132 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
138 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
144 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/ets_runtime/ecmascript/ohos/
Dapp_aot_jit_enable_list_default.conf1 …iled by aot or jit compiler, enable list can be written as below, first is enable aot, second is e…
Dapp_aot_jit_enable_list.conf1 …iled by aot or jit compiler, enable list can be written as below, first is enable aot, second is e…
/arkcompiler/ets_runtime/etc/
Darkcompiler.para.dac19 ark.jit.enable.litecg = shell:shell:0775
21 ark.jit.enable.jitframe = shell:shell:0775
23 persist.ark.jit.enable.jitfort = shell:shell:0775
24 persist.ark.jit.enable.async.copytofort = shell:shell:0775
25 ark.jit.enable.jitLogSkip = shell:shell:0775
26 ark.jit.enable.dumpobj = shell:shell:0775
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.cpp48 // NOTE #15888 enable this after interop is implemented for eTS getter use in JS
59 // NOTE #15889 enable this after interop is implemented for eTS setter use in JS
135 // NOTE #15890 enable this after interop is implemented in this direction
226 // NOTE #16812 enable this after interop is implemented in this direction
242 // NOTE #16103 enable this after interop is implemented for interrface arguments
248 // NOTE #16103 enable this after interop is implemented for interrface arguments
254 // NOTE #16103 enable this after interop is implemented for interrface arguments
260 // NOTE #16103 enable this after interop is implemented for interrface arguments
266 // NOTE #16103 enable this after interop is implemented for interrface arguments
272 // NOTE #16103 enable this after interop is implemented for interrface arguments
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_quick.py30 "enable": self.enable,
34 @value(yaml_path="quick.enable", cli_name="quick", cast_to_type=_to_bool)
35 def enable(self) -> bool: member in QuickOptions
39 return '--quick' if self.enable else ''
/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md31 "enable": true,
44 "enable": true,
54 * 属性`ruleOptions.enable`的值为`true`,并且所有依赖的library的`ruleOptions.enable`属性是`true`
78 "enable": true,
96 #### -enable-property-obfuscation
116 如果想混淆直接导入/导出的名称,请参考[`-enable-export-obfuscation`](#-enable-export-obfuscation)选项。
137 如果你想混淆字符串字面量属性名,你需要在该选项的基础上再使用`-enable-string-property-obfuscation`选项。比如
140 -enable-property-obfuscation
141 -enable-string-property-obfuscation
145 …a-z, A-Z, 0-9, _`之外的字符),比如`let obj = {"\n": 123, "": 4, " ": 5}`,建议不要开启`-enable-string-property-ob…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dstring_tlab_allocations.sts23 //! RUN options: "--no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab-e…
28 //! RUN_PAOC options: "--compiler-enable-tlab-events=true --compiler-regex=.*CreateStringFromCh…
29 //! RUN options: "--compiler-enable-tlab-events=true", env: "LD_LIBRARY_PATH=../../../../.…
34 //! RUN options: "--no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab-e…
39 //! RUN_PAOC options: "--compiler-enable-tlab-events=true --compiler-regex=.*CreateStringFromSt…
40 //! RUN options: "--compiler-enable-tlab-events=true", env: "LD_LIBRARY_PATH=../../../../.…
45 //! RUN options: "--no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab-e…
50 //! RUN_PAOC options: "--compiler-enable-tlab-events=true --compiler-regex=.*GetCharsFromString…
51 //! RUN options: "--compiler-enable-tlab-events=true", env: "LD_LIBRARY_PATH=../../../../.…
56 //! RUN options: "--no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab-e…
[all …]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/hvigor/
Dhvigor-config.json522 …// "daemon": true, /* Enable daemon compilation. Value: [ true | false ].…
23 …// "incremental": true, /* Enable incremental compilation. Value: [ true | fal…
24 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
25 …// "typeCheck": false, /* Enable typeCheck. Value: [ true | false ]. Default:…
34 …// "maxOldSpaceSize": 8192 /* Enable nodeOptions maxOldSpaceSize compilation. Uni…
35 …// "exposeGC": true /* Enable to trigger garbage collection explicitly. De…
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/hvigor/
Dhvigor-config.json522 …// "daemon": true, /* Enable daemon compilation. Value: [ true | false ].…
23 …// "incremental": true, /* Enable incremental compilation. Value: [ true | fal…
24 …// "parallel": true, /* Enable parallel compilation. Value: [ true | false …
25 …// "typeCheck": false, /* Enable typeCheck. Value: [ true | false ]. Default:…
34 …// "maxOldSpaceSize": 8192 /* Enable nodeOptions maxOldSpaceSize compilation. Uni…
35 …// "exposeGC": true /* Enable to trigger garbage collection explicitly. De…
/arkcompiler/runtime_core/panda_guard/tests/unittest/configs/
Dname_cache_test_02_config.json17 "enable": true, boolean
22 "enable": true, boolean
27 "enable": true, boolean
32 "enable": true, boolean
Doptions_test_01_config.json24 "enable": true, boolean
31 "enable": true, boolean
38 "enable": true, boolean
45 "enable": true, boolean
Dcontext_test_01_config.json22 "enable": true, boolean
27 "enable": true, boolean
32 "enable": true, boolean
37 "enable": true, boolean

12345678910>>...28