Searched full:description (Results 1 – 25 of 1093) sorted by relevance
12345678910>>...44
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.yaml | 23 description: Print this message and exit 28 description: Path to arkts configuration file 34 description: Parse the input as the given extension 46 description: Parse the input as module (JS only option) 51 description: Parse the input only 56 description: Dump the parsed AST 61 description: Dump the constructed CFG into a .dot file 66 description: Dump AST with synthetic nodes for dynamic languages 71 description: Dump parsed AST with all dumpers available but don't print to stdout 76 description: Print names of files that are part of compilation [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | options.yaml | 23 description: Boot panda files separated by colon 29 description: Panda files separated by colon which is not within boot-panda-files 38 …description: Load specified intrinsic spaces. This option is for fine tuning. Use load-runtimes in… 47 …description: 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 84 …description: Switch on running Full GC collection instead of the one in the trigger queue in the G… [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler.yaml | 22 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 data-flow inputs instead of check instructions 66 description: Dump life intervals from regalloc 70 description: Set folder for dump ir [all …]
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 22 description: Skip all optimizations 28 …description: 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/ |
| D | passes.yaml | 25 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/plugins/ets/ |
| D | runtime_options.yaml | 21 …description: Load specified intrinsic spaces. This option is for fine tuning. Use load-runtimes in… 31 …description: 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/compiler/tools/paoc/ |
| D | paoc.yaml | 17 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/libllvmbackend/ |
| D | llvmbackend.yaml | 17 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/verification/verifier/ |
| D | options.yaml | 23 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/optimizer/ir/ |
| D | instructions.yaml | 36 # 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/ |
| D | intrinsics.yaml | 32 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 170 …description: InnerShareable Full (ACQUIRE + RELEASE) barrier. Ensures the order of memory accesses… [all …]
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | options.yaml | 22 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 46 …description: 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 63 …description: In this mode aspt_converter retrieves information from .aspt file about necessary mod… 69 …description: With this flag aspt converter will print info about bridge frames but only if they ar…
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | options.yaml | 27 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/ |
| D | options.yaml | 27 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/static_linker/ |
| D | options.yaml | 27 description: Log level 32 description: Output location 39 description: Allow merging implementations together 44 description: Allow unresolved methods and fields for following classes, i.e. `_GLOBAL` 49 description: Show linking statistics 54 description: Remove debug information from files 60 …description: Strip unused code from abc files. `--strip-unused-skiplist=*` is assumed if `strip-un… 65 …description: Specifies the entry points(ets files, classes, methods) that should never be stripped…
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | nullable_readonly_property.ets | 22 readonly description: string; 29 arktest.assertEQ(options![0].description, "Implement interface 'I1'"); 32 arktest.assertEQ(options![1].description, "Implement interface 'I2'"); 35 arktest.assertEQ(options![2].description, "Implement interface 'I3'"); 39 arktest.assertEQ(options![3].description, "Implement interface 'I4'"); 48 { description: "Implement interface 'I1'" }, 49 { description: "Implement interface 'I2'" }, 50 … { description: "Implement interface 'I3'", actions: [ { type: "IA", id: "IA1" } ] as Actions[] }, 51 …{ description: "Implement interface 'I4'", actions: [ { type: "IB", id: "IB1" } ] as Actions[], co…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | f32toi64.yaml | 19 description: > 37 description: Check f32toi64 with various values. 72 description: It is rounding toward zero. 79 description: Check f32toi64 rounding with various values. 119 …description: If converted integer is less than minimal value for destination type, the result is m… 126 description: Check f32toi64 conversion to minimal value. 142 …description: If converted integer is greater than maximum value for destination type, the result i… 149 description: Check f32toi64 conversion to maximal value. 165 … description: If source is positive infinity, the result is maximum value for destination type. 166 description: Check f32toi64 conversion +inf to maximal value. [all …]
|
| D | f32tou32.yaml | 19 description: > 37 description: Check f32tou32 with various values. 66 description: It is rounding toward zero. 73 description: Check f32tou32 rounding with various values. 101 …description: If converted integer is less than minimal value for destination type, the result is m… 108 description: Check f32tou32 conversion to 0. 124 …description: If converted integer is greater than maximum value for destination type, the result i… 131 description: Check f32tou32 conversion to 0xFFFFFFFF. 147 … description: If source is positive infinity, the result is maximum value for destination type. 148 description: Check f32tou32 conversion +inf to 0xFFFFFFFF. [all …]
|
| D | f64tou64.yaml | 19 description: > 37 description: Check f64tou64 with various values. 75 description: It is rounding toward zero. 76 description: Check f64tou64 rounding with various values. 116 …description: If converted integer is less than minimal value for destination type, the result is m… 123 description: Check f64tou64 conversion to 0. 142 …description: If converted integer is greater than maximum value for destination type, the result i… 143 description: Check f64tou64 conversion to 0xFFFFFFFFFFFFFFFF. 168 … description: If source is positive infinity, the result is maximum value for destination type. 169 description: Check f64tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF. [all …]
|
| D | f32tou64.yaml | 19 description: > 37 description: Check f32tou64 with various values. 75 description: It is rounding toward zero. 76 description: Check f64tou64 rounding with various values. 113 …description: If converted integer is less than minimal value for destination type, the result is m… 120 description: Check f64tou64 conversion to 0. 139 …description: If converted integer is greater than maximum value for destination type, the result i… 140 description: Check f32tou64 conversion to 0xFFFFFFFFFFFFFFFF. 165 … description: If source is positive infinity, the result is maximum value for destination type. 166 description: Check f32tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF. [all …]
|
| D | f64tou32.yaml | 19 description: > 37 description: Check f64tou32 with various values. 66 description: It is rounding toward zero. 73 description: Check f64tou32 rounding with various values. 113 …description: If converted integer is less than minimal value for destination type, the result is m… 120 description: Check f64tou32 conversion to 0. 136 …description: If converted integer is greater than maximum value for destination type, the result i… 143 description: Check f64tou32 conversion to 0xFFFFFFFF. 159 … description: If source is positive infinity, the result is maximum value for destination type. 160 description: Check f64tou32 conversion +inf to 0xFFFFFFFF. [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f64tou64.yaml | 19 description: > 37 description: Check f64tou64 with various values. 74 description: It is rounding toward zero. 75 description: Check f64tou64 rounding with various values. 115 …description: If converted integer is less than minimal value for destination type, the result is m… 122 description: Check f64tou64 conversion to 0. 141 …description: If converted integer is greater than maximum value for destination type, the result i… 142 description: Check f64tou64 conversion to 0xFFFFFFFFFFFFFFFF. 167 … description: If source is positive infinity, the result is maximum value for destination type. 168 description: Check f64tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF. [all …]
|
| D | f64tou32.yaml | 19 description: > 37 description: Check f64tou32 with various values. 65 description: It is rounding toward zero. 72 description: Check f64tou32 rounding with various values. 112 …description: If converted integer is less than minimal value for destination type, the result is m… 119 description: Check f64tou32 conversion to 0. 135 …description: If converted integer is greater than maximum value for destination type, the result i… 142 description: Check f64tou32 conversion to 0xFFFFFFFF. 158 … description: If source is positive infinity, the result is maximum value for destination type. 159 description: Check f64tou32 conversion +inf to 0xFFFFFFFF. [all …]
|
| D | f32toi32.yaml | 19 description: > 42 description: Check f32toi32 with various values. 69 description: It is rounding toward zero. 81 description: Check f32toi32 rounding with various values. 121 …description: If converted integer is less than minimal value for destination type, the result is m… 133 description: Check f32toi32 conversion to minimal value. 149 …description: If converted integer is greater than maximum value for destination type, the result i… 161 description: Check f32toi32 conversion to maximal value. 180 … description: If source is positive infinity, the result is maximum value for destination type. 181 description: Check f32toi32 conversion +inf to maximal value. [all …]
|
| D | f32tou64.yaml | 19 description: > 37 description: Check f32tou64 with various values. 74 description: It is rounding toward zero. 75 description: Check f64tou64 rounding with various values. 112 …description: If converted integer is less than minimal value for destination type, the result is m… 119 description: Check f64tou64 conversion to 0. 138 …description: If converted integer is greater than maximum value for destination type, the result i… 139 description: Check f32tou64 conversion to 0xFFFFFFFFFFFFFFFF. 164 … description: If source is positive infinity, the result is maximum value for destination type. 165 description: Check f32tou64 conversion +inf to 0xFFFFFFFFFFFFFFFF. [all …]
|
12345678910>>...44