Home
last modified time | relevance | path

Searched full:kinds (Results 1 – 25 of 75) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp136 auto kinds = builder_->GetElementsKindsForUser(gate); in TrySetElementsKind() local
137 if (kinds.empty()) { in TrySetElementsKind()
140 for (auto kind : kinds) { in TrySetElementsKind()
147 // The kinds array here has [transitioned elementsKind] stored. in TrySetTransitionElementsKind()
148 auto kinds = builder_->GetTransitionElementsKindsForUser(gate); in TrySetTransitionElementsKind() local
149 if (kinds.empty()) { in TrySetTransitionElementsKind()
152 for (auto kind : kinds) { in TrySetTransitionElementsKind()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.h111 /// Traverse all kinds of object_header and call obj_visitor for each reference field.
116 * Traverse all kinds of object_header and call handler for each reference field.
150 /// Traverse all kinds of object_header and call obj_visitor for each reference field.
155 * Traverse all kinds of object_header and call handler for each reference field.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst23 execution can be interrupted by the occurrence of situations of two kinds:
33 The term *error* in this specification denotes all kinds of error situations.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/
Doverride_with_object.ets20 Mixed override-compatibility between types of different kinds is always false,
Doverride_with_object_n.ets20 …Mixed override-compatibility between types of different kinds is always false, except the compatib…
Doverride_compatibility_function.ets21 or return types. For each case there are six kinds of types
Doverride_compatibility_primitive.ets21 or return types. For each case there are six kinds of types
Doverride_compatibility_class.ets21 or return types. For each case there are six kinds of types
Doverride_compatibility_array.ets21 or return types. For each case there are six kinds of types
Doverride_compatibility_parameter.ets21 or return types. For each case there are six kinds of types
Doverride_compatibility_enum.ets21 or return types. For each case there are six kinds of types
Doverride_compatibility_tuple.ets21 or return types. For each case there are six kinds of types
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/
Dnull_and_undefined_equality.ets21 during the compilation if other kinds of tests return false.
Dnull_and_undefined_equality_negative.ets21 during the compilation if other kinds of tests return false.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/
Dinvariance_class_example.ets19 (types of parameters, return type). Variance can be of three kinds:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/
Dcontravariance_class_example.ets19 (types of parameters, return type). Variance can be of three kinds:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/
Dcovariance_class_example.ets19 (types of parameters, return type). Variance can be of three kinds:
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtypes_n_values.md3 Types are divided into next kinds:
64 All kinds of types live in the same type universe under the same subtyping relation.
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md3 Types are divided into next kinds:
64 All kinds of types live in the same type universe under the same subtyping relation.
/arkcompiler/runtime_core/docs/changelogs/
D2022-08-18-isa-changelog.md24 such that runtime can distinguish the "define-function" operations of different kinds.
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h691 * Implementation for static kinds.
703 * Other kinds are used for imports from static modules.
717 * Other kinds are used for imports from static modules.
821 * Other kinds are used for exports from static modules.
837 * Other kinds are used for exports from static modules.
/arkcompiler/ets_runtime/test/moduletest/callframe/
Dcallframe.js18 * @tc.desc:test different kinds of call frames
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dsources.py30 """Base class reprensenting all kinds of source code."""
/arkcompiler/toolchain/tooling/static/debugger/
Dthread_state.h109 // The set of locations has different semantics for various kinds of stepping:
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dthread_state.h109 // The set of locations has different semantics for various kinds of stepping:

123