Searched full:determined (Results 1 – 25 of 66) sorted by relevance
123
| /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 const a = [] // CTE, type cannot be determined 21 let a = [] // CTE, type cannot be determined 25 const a = [] // CTE, type cannot be determined 28 let a = [] // CTE, type cannot be determined 31 let a = [[]] // CTE, type cannot be determined 34 let a = [{}, {},] // CTE, type cannot be determined
|
| D | arr_inf2_n.ets | 19 If the type of the expression cannot be determined, then the type of the array
|
| /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/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/ |
| D | arr_n.params.yaml | 29 foo([]) // type cannot be determined 38 foo([[]]) // type cannot be determined
|
| /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/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/ |
| D | negative.ets | 19 desc: If evaluation causes an error, then the result of a typeof expression cannot be determined.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 20_implementation.rst | 66 Modules and packages are created and stored in a manner determined by the 68 system is determined by a particular implementation of the compiler and other
|
| D | 1_intro.rst | 38 type changes, as object types are determined by their declarations. Their 334 the order of calculation is determined by operator preferences.
|
| /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 | 166 For non-object variant, the size of the field is determined by the field_id, 205 For non-object variant, the size of the field is determined by the field_id,
|
| D | ldobj.v.yaml | 311 For non-object variant, the size of the field is determined by the field_id, 353 For non-object variant, the size of the field is determined by the field_id,
|
| D | ldobj.yaml | 312 For non-object variant, the size of the field is determined by the field_id, 354 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.ets | 19 The type of a standalone expression (like just a + b) can be determined entirely
|
| /arkcompiler/ets_runtime/ecmascript/module/static/ |
| D | static_module_loader.cpp | 34 // Filters the 1.0 ohmurl that can be determined in CanTryLoadStaticModulePath()
|
| /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/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/libabckit/src/irbuilder_dynamic/ |
| D | phi_resolver_dyn.h | 25 * - if phi has no type, then set type determined from its inputs
|
123