Home
last modified time | relevance | path

Searched full:description (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml23 description: Boot panda files separated by colon
29 description: Panda files separated by colon which is not within boot-panda-files
38description: Load specified intrinsic spaces. This option is for fine tuning. Use load-runtimes in…
47description: Load specified class spaces. This option is for fine tuning. Use load-runtimes instead
55 description: Runtime type. This option is for fine tuning. Use load-runtimes instead
63 description: Load specified class and intrinsic spaces and define runtime type
69 description: Enable/disable compressed strings
74 description: Enable/disable explicit GC run in concurrent
79 description: Enable/disable running GC only in place
84description: Switch on running Full GC collection instead of the one in the trigger queue in the G…
[all …]
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml22 description: Skip all optimizations
28description: A regular expression that specifies methods to compile. The grammar used is ECMA-262 …
34 description: Enable visualizer dump ir
38 description: Enable dump ir
44 description: Dump ir only after last (codegen) pass
48 description: Suppress dumping of some data (bc, SaveState instructions, etc)
52 description: Dump life intervals from regalloc
56 description: Set folder for dump ir
60 description: Enable printing byte code instruction after ir instruction in dump ir
64 description: Enable dumps each time peephole applies
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml22 description: Skip all optimizations
28description: A regular expression that specifies methods to compile. The grammar used is ECMA-262 …
34 description: Enable visualizer dump ir
38 description: Enable dump ir
44 description: Dump ir only after last (codegen) pass
48 description: Suppress dumping of some data (bc, SaveState instructions, etc)
52 description: Dump life intervals from regalloc
56 description: Set folder for dump ir
60 description: Enable printing byte code instruction after ir instruction in dump ir
64 description: Enable dumps each time peephole applies
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml36 # Templates aim to reduce boilerplate in instruction description.
58 description: Negate the value.
66 description: Get absolute value.
74 description: Get square root value.
82 description: Bitwise NOT.
90 description: Add two inputs.
98 description: Substitute two inputs.
106 description: Multiply two inputs.
115 description: Mul two values, deoptimize if overflow occurred.
121 description: Divide two inputs.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/
Druntime_options.yaml21description: Load specified intrinsic spaces. This option is for fine tuning. Use load-runtimes in…
31description: Load specified class spaces. This option is for fine tuning. Use load-runtimes instead
40 description: Runtime type. This option is for fine tuning. Use load-runtimes instead
49 description: Load specified class and intrinsic spaces and define runtime type
57 description: Enable/disable running GC only in place
70 description: Type of used GC
85 description: Type of used GC trigger
92 description: No stw gc count for no-gc-for-start-up
99 description: First iteration to start returning true in debug trigger
106 description: Dump heap before and after GC
[all …]
/arkcompiler/runtime_core/static_core/verification/verifier/
Doptions.yaml23 description: Boot panda files separated by colon
29 description: Panda files separated by colon which is not within boot-panda-files
35 description: Fully qualified class names to verify
42 description: >-
56 description: Load specified class and intrinsic spaces and define runtime type
73 description: Enable logs from specified components
85 description: Log level
94 description: Log level
99 description: File name for file-logger
104 description: Limit standard allocations usage in runtime
[all …]
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.yaml23 description: Set list of panda files to compile
29 description: Location path of the input panda file, that will be written into the AOT file.
34 description: Location path of the boot panda files, that will be written into the AOT file.
39 description: Set first method to complie and skip all previous
44 description: Set last method to complie and skip all following
54 description: Specify compiler mode
59 description: Path to `paoc-clusters` file
64 description: Dump allocator usage statistics, less verbose than `--compiler-dump-stats-csv`
69 description: Output file path
74 description: Output boot file path. CHA will not be validated. Incompatible with --paoc-output
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dpasses.yaml25 description: Set AlwaysInline attribute to calls in root functions.
30 description: >
36 description: >
42 description: >
49 description: >
57 description: Wrapper for SpeculativeExecution pass
62 description: Wrapper for InlineAdvisorAnalysis pass
67 description: Pass to check if Irtoc inlining succeeded
72 description: >
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df32toi32.yaml19 description: >
42 description: Check f32toi32 with various values.
69 description: It is rounding toward zero.
81 description: Check f32toi32 rounding with various values.
121description: If converted integer is less than minimal value for destination type, the result is m…
133 description: Check f32toi32 conversion to minimal value.
149description: If converted integer is greater than maximum value for destination type, the result i…
161 description: Check f32toi32 conversion to maximal value.
180description: If source is positive infinity, the result is maximum value for destination type.
181 description: Check f32toi32 conversion +inf to maximal value.
[all …]
Df32tou64.yaml19 description: >
37 description: Check f32tou64 with various values.
74 description: It is rounding toward zero.
75 description: Check f64tou64 rounding with various values.
112description: If converted integer is less than minimal value for destination type, the result is m…
119 description: Check f64tou64 conversion to 0.
138description: If converted integer is greater than maximum value for destination type, the result i…
139 description: Check f32tou64 conversion to 0xFFFFFFFFFFFFFFFF.
164description: If source is positive infinity, the result is maximum value for destination type.
165 description: Check f32tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF.
[all …]
Df32tou32.yaml19 description: >
37 description: Check f32tou32 with various values.
65 description: It is rounding toward zero.
72 description: Check f32tou32 rounding with various values.
100description: If converted integer is less than minimal value for destination type, the result is m…
107 description: Check f32tou32 conversion to 0.
123description: If converted integer is greater than maximum value for destination type, the result i…
130 description: Check f32tou32 conversion to 0xFFFFFFFF.
146description: If source is positive infinity, the result is maximum value for destination type.
147 description: Check f32tou32 conversion +inf to 0xFFFFFFFF.
[all …]
Df64tou64.yaml19 description: >
37 description: Check f64tou64 with various values.
74 description: It is rounding toward zero.
75 description: Check f64tou64 rounding with various values.
115description: If converted integer is less than minimal value for destination type, the result is m…
122 description: Check f64tou64 conversion to 0.
141description: If converted integer is greater than maximum value for destination type, the result i…
142 description: Check f64tou64 conversion to 0xFFFFFFFFFFFFFFFF.
167description: If source is positive infinity, the result is maximum value for destination type.
168 description: Check f64tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF.
[all …]
Df64tou32.yaml19 description: >
37 description: Check f64tou32 with various values.
65 description: It is rounding toward zero.
72 description: Check f64tou32 rounding with various values.
112description: If converted integer is less than minimal value for destination type, the result is m…
119 description: Check f64tou32 conversion to 0.
135description: If converted integer is greater than maximum value for destination type, the result i…
142 description: Check f64tou32 conversion to 0xFFFFFFFF.
158description: If source is positive infinity, the result is maximum value for destination type.
159 description: Check f64tou32 conversion +inf to 0xFFFFFFFF.
[all …]
Df32toi64.yaml19 description: >
37 description: Check f32toi64 with various values.
71 description: It is rounding toward zero.
78 description: Check f32toi64 rounding with various values.
118description: If converted integer is less than minimal value for destination type, the result is m…
125 description: Check f32toi64 conversion to minimal value.
141description: If converted integer is greater than maximum value for destination type, the result i…
148 description: Check f32toi64 conversion to maximal value.
164description: If source is positive infinity, the result is maximum value for destination type.
165 description: Check f32toi64 conversion +inf to maximal value.
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Df64tou64.yaml19 description: >
37 description: Check f64tou64 with various values.
75 description: It is rounding toward zero.
76 description: Check f64tou64 rounding with various values.
116description: If converted integer is less than minimal value for destination type, the result is m…
123 description: Check f64tou64 conversion to 0.
142description: If converted integer is greater than maximum value for destination type, the result i…
143 description: Check f64tou64 conversion to 0xFFFFFFFFFFFFFFFF.
168description: If source is positive infinity, the result is maximum value for destination type.
169 description: Check f64tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF.
[all …]
Df32tou32.yaml19 description: >
37 description: Check f32tou32 with various values.
66 description: It is rounding toward zero.
73 description: Check f32tou32 rounding with various values.
101description: If converted integer is less than minimal value for destination type, the result is m…
108 description: Check f32tou32 conversion to 0.
124description: If converted integer is greater than maximum value for destination type, the result i…
131 description: Check f32tou32 conversion to 0xFFFFFFFF.
147description: If source is positive infinity, the result is maximum value for destination type.
148 description: Check f32tou32 conversion +inf to 0xFFFFFFFF.
[all …]
Df32toi64.yaml19 description: >
37 description: Check f32toi64 with various values.
72 description: It is rounding toward zero.
79 description: Check f32toi64 rounding with various values.
119description: If converted integer is less than minimal value for destination type, the result is m…
126 description: Check f32toi64 conversion to minimal value.
142description: If converted integer is greater than maximum value for destination type, the result i…
149 description: Check f32toi64 conversion to maximal value.
165description: If source is positive infinity, the result is maximum value for destination type.
166 description: Check f32toi64 conversion +inf to maximal value.
[all …]
Df64tou32.yaml19 description: >
37 description: Check f64tou32 with various values.
66 description: It is rounding toward zero.
73 description: Check f64tou32 rounding with various values.
113description: If converted integer is less than minimal value for destination type, the result is m…
120 description: Check f64tou32 conversion to 0.
136description: If converted integer is greater than maximum value for destination type, the result i…
143 description: Check f64tou32 conversion to 0xFFFFFFFF.
159description: If source is positive infinity, the result is maximum value for destination type.
160 description: Check f64tou32 conversion +inf to 0xFFFFFFFF.
[all …]
Df32toi32.yaml19 description: >
42 description: Check f32toi32 with various values.
70 description: It is rounding toward zero.
82 description: Check f32toi32 rounding with various values.
123description: If converted integer is less than minimal value for destination type, the result is m…
135 description: Check f32toi32 conversion to minimal value.
151description: If converted integer is greater than maximum value for destination type, the result i…
163 description: Check f32toi32 conversion to maximal value.
182description: If source is positive infinity, the result is maximum value for destination type.
183 description: Check f32toi32 conversion +inf to maximal value.
[all …]
Df32tou64.yaml19 description: >
37 description: Check f32tou64 with various values.
75 description: It is rounding toward zero.
76 description: Check f64tou64 rounding with various values.
113description: If converted integer is less than minimal value for destination type, the result is m…
120 description: Check f64tou64 conversion to 0.
139description: If converted integer is greater than maximum value for destination type, the result i…
140 description: Check f32tou64 conversion to 0xFFFFFFFFFFFFFFFF.
165description: If source is positive infinity, the result is maximum value for destination type.
166 description: Check f32tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF.
[all …]
/arkcompiler/toolchain/tooling/test/testcases/
Djs_module_variable_test.h484 …":\"0\",\"description\":\"0\"},\"writable\":false,\"configurable\":true,\"enumerable\":false,\"isO…
485 …ame\":\"name\",\"value\":{\"type\":\"string\",\"unserializableValue\":\"default\",\"description\":"
488 …"\"description\":\"Object\",\"objectId\":\"100\"},\"writable\":true,\"configurable\":false,\"enume…
492 …"\"Apple\",\"description\":\"Apple\"},\"writable\":true,\"configurable\":true,\"enumerable\":true,…
493 …{\"name\":\"1\",\"value\":{\"type\":\"string\",\"unserializableValue\":\"Banana\",\"description\":"
495 …"\"value\":{\"type\":\"number\",\"unserializableValue\":\"2\",\"description\":\"2\"},\"writable\":…
499 …"\"Object\",\"unserializableValue\":\"Int8Array(24)\",\"description\":\"Int8Array(24)\",\"objectId…
502 …"\"description\":\"Uint8Array(24)\",\"objectId\":\"102\"},\"writable\":true,\"configurable\":true,"
504 …"\"className\":\"Object\",\"unserializableValue\":\"Object\",\"description\":\"Object\",\"objectId…
507 …"\"description\":\"Int16Array(12)\",\"objectId\":\"104\"},\"writable\":true,\"configurable\":true,"
[all …]
/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts25 …{ name: 'commonjs', alias: 'c', type: Boolean, defaultValue: false, description: "compile as commo… constant
26 …{ name: 'modules', alias: 'm', type: Boolean, defaultValue: false, description: "compile as module… constant
27 …{ name: 'debug-log', alias: 'l', type: Boolean, defaultValue: false, description: "show info debug… constant
28 …{ name: 'dump-assembly', alias: 'a', type: Boolean, defaultValue: false, description: "dump assemb… constant
29 …{ name: 'debug', alias: 'd', type: Boolean, defaultValue: false, description: "compile with debug … constant
30 …atch', alias: 'w', type: String, lazyMultiple: true, defaultValue: [], description: "watch express…
31 …atch', alias: 'k', type: String, lazyMultiple: true, defaultValue: [], description: "keep persiste…
32 …tics', alias: 's', type: String, lazyMultiple: true, defaultValue: "", description: "show compile …
33 { name: 'output', alias: 'o', type: String, defaultValue: "", description: "set output file." },
34 …{ name: 'timeout', alias: 't', type: Number, defaultValue: 0, description: "js to abc timeout thre…
[all …]
/arkcompiler/runtime_core/static_core/irtoc/
Dintrinsics.yaml31 description: Invoke slow path of the entrypoint from the irtoc'ed entrypoint
44 description: Save registers before native call
57 description: Restore registers after native call
70 description: Encode trap instruction
84 description: Make a tail call
99 description: Restore registers on return bytecode
113 description: Encode load mark word with acquire semantics for exclusive use
127 description: Encode store mark word that was loaded for exclusive use with release semantics
141 description: Encode store mark word using compare and swap
155description: InnerShareable Full (ACQUIRE + RELEASE) barrier. Ensures the order of memory accesses…
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml23 description: Whether generated LLVM module should be dumped before optimization passes are run
27 description: Whether generated LLVM module should be dumped after optimization passes are run
39 description: Set log llvm components
44 description: >
50 description: String with command line options that directly passed into llvm.
54 description: A supplemental LLVM IR bitcode module with additional functions to be inlined
58 description: Set target cpu
62 description: Set target triple
/arkcompiler/runtime_core/static_core/tools/sampler/
Doptions.yaml22 description: Path to input aspt file
27 description: Path to ouput csv file. In dump-modules mode - path to output txt file
36 description: Separates threads into single or multuple csv files.
41 description: Builds cold flame graph
46description: Enable substitution of panda files directories e.g. run converter on host for .aspt g…
51 description: Substrings that will be replaced with substitute-destination
57 description: Substrings that will be places instead of substitute-source
63description: In this mode aspt_converter retrieves information from .aspt file about necessary mod…

12345678910>>...31