Home
last modified time | relevance | path

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/
Darr_inf2_n.params.yaml17 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
Darr_inf2_n.ets19 If the type of the expression cannot be determined, then the type of the array
/arkcompiler/runtime_core/static_core/docs/
Dbytecode_profiling.md15 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.
Dcode_metainfo.md71 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…
Druntime-compiled_code-interaction.md294 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/
Darr_n.params.yaml29 foo([]) // type cannot be determined
38 foo([[]]) // type cannot be determined
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinlining.md15 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 …
Dtry_catch_blocks_ir.md162 Case 1 (catch block for the exception is determined)
182 Case 2 (catch block for the exception isn't determined)
Dir_builder.md19 determined only by consumers.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/
Dnegative.ets19 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/
D20_implementation.rst66 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
D1_intro.rst38 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/
Dldstatic.yaml243 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,
Dldobj.yaml400 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,
Dldobj.v.yaml401 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/
Dldstatic.yaml166 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,
Dldobj.v.yaml311 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,
Dldobj.yaml312 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/
Dtyp.ets19 The type of a standalone expression (like just a + b) can be determined entirely
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_loader.cpp34 // Filters the 1.0 ohmurl that can be determined in CanTryLoadStaticModulePath()
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md71 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…
Druntime-compiled_code-interaction.md288 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/
Dir_builder.md19 determined only by consumers.
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h26 * - if phi has no type, then set type determined from its inputs
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dphi_resolver_dyn.h25 * - if phi has no type, then set type determined from its inputs

123