Home
last modified time | relevance | path

Searched full:kinds (Results 1 – 25 of 63) 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/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/
Doverride_with_object.sts20 …Mixed override-compatibility between types of different kinds is always false, except the compatib…
Doverride_with_object_n.sts20 …Mixed override-compatibility between types of different kinds is always false, except the compatib…
Doverride_variance_n.sts21 or return types. For each case there are five kinds of types:
Doverride_variance.sts21 or return types. For each case there are five 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.sts21 during the compilation if other kinds of tests return false.
Dnull_and_undefined_equality_negative.sts21 during the compilation if other kinds of tests return false.
/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/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/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/static_core/runtime/tooling/inspector/
Dthread_state.h102 // The set of locations has different semantics for various kinds of stepping:
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp66 // An abc may be generated from serveral kinds of source files. in CompileAbcFile()
/arkcompiler/ets_runtime/test/moduletest/calltype/
Dcalltype.js33 * @tc.desc:test different kinds of call types
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst24 Two kinds of situations can occur and interrupt normal program
D15_semantics.rst153 of three kinds:
721 parameter types, or return types. There are five kinds of types for each case:
732 Mixed override-compatibility between types of different kinds is always false,
776 | | **Type Kinds** | | |
819 // Overriding kinds for parameters
830 // Overriding kinds for return type
846 kinds_of_parameters( // It represents all possible parameter type kinds
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h72 … // new object(allocated by deserializing), only two kinds of references(new->old, new->new) will in WriteBarrier()
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md77 In the multi-thread version, the two main kinds of threads are considered:
Drationale-for-bytecode.md192 all kinds of addition (for short and long integers, for signed and unsigned integers, for
/arkcompiler/ets_frontend/ets2panda/docs/
Dcheatsheet.md7 There are three kinds of compilation units:
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_iterator_stub_builder.cpp115 … const uint32_t TOTAL_ITERATOR_KINDS = 3; // 3: iterator has 3 kinds [key, value, key_and_value] in Next()
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md192 all kinds of addition (for short and long integers, for signed and unsigned integers, for
/arkcompiler/runtime_core/libabckit/doc/
Dimplementation_description.md22 Depending on `abc` file type different components are used, so there are two kinds of:

123