| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 134 auto kinds = builder_->GetElementsKindsForUser(gate); in TrySetElementsKind() local 135 if (kinds.empty()) { in TrySetElementsKind() 138 for (auto kind : kinds) { in TrySetElementsKind() 145 // The kinds array here has [transitioned elementsKind] stored. in TrySetTransitionElementsKind() 146 auto kinds = builder_->GetTransitionElementsKindsForUser(gate); in TrySetTransitionElementsKind() local 147 if (kinds.empty()) { in TrySetTransitionElementsKind() 150 for (auto kind : kinds) { in TrySetTransitionElementsKind()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.h | 111 /// 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/ |
| D | override_with_object.sts | 20 …Mixed override-compatibility between types of different kinds is always false, except the compatib…
|
| D | override_variance.sts | 21 or return types. For each case there are five kinds of types:
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | types_n_values.md | 3 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/ |
| D | types_n_values.md | 3 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/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/ |
| D | null_and_undefined_equality_negative.sts | 21 during the compilation if other kinds of tests return false.
|
| D | null_and_undefined_equality.sts | 21 during the compilation if other kinds of tests return false.
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2022-08-18-isa-changelog.md | 24 such that runtime can distinguish the "define-function" operations of different kinds.
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | thread_state.h | 89 // The set of locations has different semantics for various kinds of stepping:
|
| /arkcompiler/ets_runtime/test/moduletest/callframe/ |
| D | callframe.js | 18 * @tc.desc:test different kinds of call frames
|
| /arkcompiler/ets_runtime/test/moduletest/calltype/ |
| D | calltype.js | 33 * @tc.desc:test different kinds of call types
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers-inl.h | 66 … // new object(allocated by deserializing), only two kinds of references(new->old, new->new) will in WriteBarrier()
|
| D | heap.h | 1672 // Spaces used for special kinds of objects. 1714 * Different kinds of markers used by different collectors.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 12_errors.rst | 24 Two kinds of situations can occur and interrupt normal program
|
| D | 15_semantics.rst | 138 Variance can be of three kinds: 574 parameter types, or return types. There are five kinds of types for each case: 586 Mixed override-compatibility between types of different kinds is always false, 619 | | **Type Kinds** | | | 654 // Overriding kinds for parameters 665 // Overriding kinds for return type 681 kinds_of_parameters( // It represents all possible parameter type kinds
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 7 There are three kinds of compilation units:
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_pre.cpp | 113 // the 4 kinds of occ must be checked in this order, so it will be right in CreateSortedOccs()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | inspector.md | 77 In the multi-thread version, the two main kinds of threads are considered:
|
| D | rationale-for-bytecode.md | 192 all kinds of addition (for short and long integers, for signed and unsigned integers, for
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 192 all kinds of addition (for short and long integers, for signed and unsigned integers, for
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_occur.h | 135 OccType occTy = kOccUndef; // kinds of occ
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_accessor.cpp | 686 std::vector<ElementsKind> kinds = gatePtr->GetJSBytecodeMetaData()->GetElementsKinds(); in TryGetArrayElementsKind() local 687 for (auto &x : kinds) { in TryGetArrayElementsKind() 704 … std::vector<ElementsKind> kinds = gatePtr->GetJSBytecodeMetaData()->GetTransitionElementsKinds(); in TryGetArrayElementsKindAfterTransition() local 705 for (auto &x : kinds) { in TryGetArrayElementsKindAfterTransition()
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | regress_options.json | 33 "mjsunit/filter-element-kinds.js",
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | call.virt.short.negative.yaml | 48 For methods with more arguments range kinds of instruction are to be used, which takes
|