Home
last modified time | relevance | path

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

12345678910>>...37

/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
26 description: >
34 description: >
44 description: Enable visualizer dump ir
48 description: Enable dump ir
54 description: Dump ir only after last (codegen) pass
58 description: Suppress dumping of some data (bc, SaveState instructions, etc)
62 description: Dump life intervals from regalloc
66 description: Set folder for dump ir
70 description: Enable printing byte code instruction after ir instruction in dump ir
[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/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: Devirtualization
77 description: >
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml17 description: LLVM AOT compiler for panda
23 description: Skip errors during LLVM IR generation
27 description: Use Ark Compiler as fallback
31 description: >
38 description: >
46 description: Enable inlining for recursive calls
50 description: Whether generated LLVM module should be dumped before optimization passes are run
54 description: Whether generated LLVM module should be dumped after optimization passes are run
58 description: Print generated code info
62 description: >
[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.yaml17 description: Application to compile panda files
23 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
[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/irtoc/
Dintrinsics.yaml32 description: Invoke slow path of the entrypoint from the irtoc'ed entrypoint
47 description: Save registers before native call
62 description: Restore registers after native call
77 description: Emit trap instruction
93 description: Make a tail call
110 description: Restore registers on return bytecode
125 description: Emit load mark word with acquire semantics for exclusive use
140 description: Emit store mark word that was loaded for exclusive use with release semantics
155 description: Emit store mark word using compare and swap
170description: InnerShareable Full (ACQUIRE + RELEASE) barrier. Ensures the order of memory accesses…
[all …]
/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…
69description: With this flag aspt converter will print info about bridge frames but only if they ar…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
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 …]
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 …]
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 …]
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 …]
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 …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
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 …]
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 …]
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 …]
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 …]
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 …]
/arkcompiler/runtime_core/bytecode_optimizer/
Doptions.yaml27 description: |
33 description: Enable Canonicalization Pass
38 description: Enable Constant Resolver Pass
43 description: A regular expression that specifies methods to optimize
48 description: Disable optimizer for methods with exceptions handlers
53 description: Enable BytecodeOptPeepholes Pass
58 description: Enable ConstArray Resolver Pass
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptions.yaml27 description: |
33 description: Enable Canonicalization Pass
38 description: Enable Constant Resolver Pass
43 description: A regular expression that specifies methods to optimize
48 description: Disable optimizer for methods with exceptions handlers
53 description: Enable BytecodeOptPeepholes Pass
58 description: Enable ConstArray Resolver Pass

12345678910>>...37