Searched full:determined (Results 1 – 25 of 65) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/docs/ |
| D | bytecode_profiling.md | 15 Profiling vector is a plain data of bytes, which content is determined by the language of a given b… 28 Format of a profile file is determined by the language plugin.
|
| D | code_metainfo.md | 71 number of columns is determined in compile time. 74 Column width is determined by maximum value in a table, e.g. for 2th column it is zero row, that ha…
|
| D | runtime-compiled_code-interaction.md | 294 Stack unwinding always starts from the top frame. Its kind could be determined from `ark::ManagedTh… 295 to the top frame could be determined depends on the kind of the top stack frame: 409 2. Set the pointer to the boundary frame into stack pointer, assign the return address determined a…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | inlining.md | 15 Resolving of the CallStatic method is quite simple, since target method is explicitly determined by… 28 Receiver is determined via ObjectTypePropagation analysis, that propagates statically known types d… 104 After target method is determined, Inlining optimization call IrBuilderInliningAnalysis that check …
|
| D | try_catch_blocks_ir.md | 162 Case 1 (catch block for the exception is determined) 182 Case 2 (catch block for the exception isn't determined)
|
| D | ir_builder.md | 19 determined only by consumers.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/lambda_infer_type/ |
| D | lambda_param_type_cannot_be_determined.sts | 22 /* @@? 19:10 Error TypeError: The type of parameter 'value' cannot be determined */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from-types_of_elements/ |
| D | arr_inf2_n.params.yaml | 17 let a = [{}, {},] // CTE, type cannot be determined
|
| D | arr_inf2_n.sts | 19 If the type of the expression cannot be determined, then the type of the array
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/ |
| D | tof_n.sts | 22 cannot be determined in that case.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 243 For non-object variant, the size of the field is determined by the field_id, 283 For non-object variant, the size of the field is determined by the field_id, 322 For non-object variant, the size of the field is determined by the field_id, 355 For non-object variant, the size of the field is determined by the field_id,
|
| D | ldobj.yaml | 400 For non-object variant, the size of the field is determined by the field_id, 444 For non-object variant, the size of the field is determined by the field_id,
|
| D | ldobj.v.yaml | 401 For non-object variant, the size of the field is determined by the field_id, 445 For non-object variant, the size of the field is determined by the field_id,
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 188 For non-object variant, the size of the field is determined by the field_id, 227 For non-object variant, the size of the field is determined by the field_id,
|
| D | ldobj.yaml | 313 For non-object variant, the size of the field is determined by the field_id, 355 For non-object variant, the size of the field is determined by the field_id,
|
| D | ldobj.v.yaml | 313 For non-object variant, the size of the field is determined by the field_id, 355 For non-object variant, the size of the field is determined by the field_id,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/ |
| D | typ.sts | 19 The type of a standalone expression (like just a + b) can be determined entirely
|
| /arkcompiler/runtime_core/docs/ |
| D | code_metainfo.md | 71 number of columns is determined in compile time. 74 Column width is determined by maximum value in a table, e.g. for 2th column it is zero row, that ha…
|
| D | runtime-compiled_code-interaction.md | 288 Stack unwinding always starts from the top frame. Its kind could be determined from `panda::Managed… 289 to the top frame could be determined depends on the kind of the top stack frame: 403 2. Set the pointer to the boundary frame into stack pointer, assign the return address determined a…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 19 determined only by consumers.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 1957 bool needIncref = false; // to be determined by analyzerc phase 1958 bool needDecref = false; // to be determined by analyzerc phase 2194 bool needDecref = false; // to be determined by analyzerc phase 2195 bool needIncref = false; // to be determined by analyzerc phase 2352 bool needDecref = false; // to be determined by analyzerc phase 2353 bool needIncref = false; // to be determined by analyzerc phase 2482 bool needDecref = false; // to be determined by analyzerc phase 2483 bool needIncref = false; // to be determined by analyzerc phase
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 26 * - if phi has no type, then set type determined from its inputs
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 38 type changes, as object types are determined by their declarations. Their 311 the order of calculation is determined by operator preferences.
|
| D | 13_modules.rst | 160 Modules and packages are created and stored in a manner that is determined by a 162 system is determined by a particular implementation of the compiler and other 817 they differ from separate modules is determined by a particular implementation. 838 of initialization of the compilation units is not determined.
|
| D | 7_expressions.rst | 176 with values that can be determined at compile time. 508 literals are determined as follows: 812 #. If the type of the expression cannot be determined, then the type of the 1680 After the type to use is known, the method to call must be determined. As 2355 system, and the result of the ``instanceof`` expression cannot be determined. 2497 system. The result of the ``typeof`` expression cannot be determined in that 3182 A floating-point multiplication result is determined in compliance with the 3213 in a signed infinity (the sign is determined by the rule above). 3297 A floating-point division result is determined in compliance with the IEEE 754 3329 - Division produces a signed infinity (the sign is determined by [all …]
|
123