Home
last modified time | relevance | path

Searched full:determined (Results 1 – 25 of 65) sorted by relevance

123

/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/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/ets_frontend/ets2panda/test/ast/compiler/ets/lambda_infer_type/
Dlambda_param_type_cannot_be_determined.sts22 /* @@? 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/
Darr_inf2_n.params.yaml17 let a = [{}, {},] // CTE, type cannot be determined
Darr_inf2_n.sts19 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/
Dtof_n.sts22 cannot be determined in that case.
/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.yaml188 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,
Dldobj.yaml313 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.v.yaml313 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/
Dtyp.sts19 The type of a standalone expression (like just a + b) can be determined entirely
/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h1957 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/
Dphi_resolver.h26 * - if phi has no type, then set type determined from its inputs
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst38 type changes, as object types are determined by their declarations. Their
311 the order of calculation is determined by operator preferences.
D13_modules.rst160 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.
D7_expressions.rst176 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