| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/ |
| D | cg_cgbb_test.cpp | 48 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local 51 test_bb.SetFirstInsn(&existing); in TEST() 52 EXPECT_EQ(existing.GetPrev(), nullptr); in TEST() 53 maplebe::Insn *ans = test_bb.InsertInsnBefore(existing, newInsn); in TEST() 57 EXPECT_NE(existing.GetPrev(), nullptr); in TEST() 58 ans = test_bb.InsertInsnBefore(existing, newInsn1); in TEST() 66 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local 70 test_bb.SetFirstInsn(&existing); in TEST() 71 ans = test_bb.InsertInsnAfter(existing, newInsn1); in TEST() 75 ans = test_bb.InsertInsnAfter(existing, newInsn2); in TEST()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder_standard-inl.h | 143 // Use the following algorithm to judge whether we have to replace existing DEFAULT METHOD. in ProcessDefaultMethod() 144 // 1. if existing default method is ICCE, just skip. in ProcessDefaultMethod() 146 // existing default method can be AME or not, has no effect on final result. its okay. in ProcessDefaultMethod() 147 // 3. if new method is max-specific method, check whether existing default method is AME in ProcessDefaultMethod() 148 // 3.1 if no, set ICCE flag for existing method in ProcessDefaultMethod() 149 // 3.2 if yes, replace existing method with new method(new method becomes a candidate) in ProcessDefaultMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgbb.cpp | 25 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore() argument 27 Insn *pre = existing.GetPrev(); in InsertInsnBefore() 29 newInsn.SetNext(&existing); in InsertInsnBefore() 30 existing.SetPrev(&newInsn); in InsertInsnBefore() 34 if (&existing == firstInsn) { in InsertInsnBefore() 41 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter() argument 43 newInsn.SetPrev(&existing); in InsertInsnAfter() 44 newInsn.SetNext(existing.GetNext()); in InsertInsnAfter() 45 existing.SetNext(&newInsn); in InsertInsnAfter() 46 if (&existing == lastInsn) { in InsertInsnAfter()
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/ |
| D | README.md | 1 AbcKit was also tested on scenarios from existing apps.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 36 keep the look and feel of |TS| to enable a seamless transition for the existing 51 the power of the new language by using their existing codebases and libraries.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/ |
| D | alias_gen.sts | 20 or alternative names for existing types. Type aliases allow one to use meaningful
|
| D | alias_neg.sts | 20 or alternative names for existing types. Type aliases allow one to use meaningful
|
| D | alias.sts | 20 or alternative names for existing types. Type aliases allow one to use meaningful
|
| D | spec3.sts | 19 or alternative names for existing types.
|
| D | spec4.sts | 19 or alternative names for existing types.
|
| D | spec1.sts | 19 or alternative names for existing types.
|
| D | spec2.sts | 19 or alternative names for existing types.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/04.import_directives/05.type_binding/ |
| D | type_binding_class_neg_2.sts | 17 desc: Import non-existing type from the module.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | abstract_method_inheritance_by_non_abstract_class.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| D | abstract_method_inheritance.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| D | abstract_method_multiple_inheritance.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| D | abstract_method_override.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| D | abstract_method_multiple_override.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| D | abstract_method_override_by_superinterface.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| D | abstract_method_override_by_superclass.sts | 18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | for_of_04.sts | 29 /* @@@ label Error SyntaxError: Type annotation is not allowed when existing variable is used as lo…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/ |
| D | README.md | 91 Use `-c` flag to clear existing build directory `<path_to_build_dir>` and `-r` to skip instrumentat… 96 Existing test `runtime/tests/intrusive-tests/clear_interrupted_intrusive_test/clear_interrupted_int…
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | readme.md | 16 … and add the configuration under the “haps” field. You can refer to the existing application confi…
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/ |
| D | README.md | 1 AbcKit was also tested on user scenarios from existing apps.
|
| /arkcompiler/runtime_core/static_core/tests/test-lists/test262/ |
| D | test262-excluded.txt | 4067 built-ins/Temporal/Duration/from/argument-existing-object.js 10709 annexB/language/eval-code/direct/func-block-decl-eval-func-existing-block-fn-no-init.js 10710 annexB/language/eval-code/direct/func-block-decl-eval-func-existing-block-fn-update.js 10711 annexB/language/eval-code/direct/func-block-decl-eval-func-existing-fn-no-init.js 10712 annexB/language/eval-code/direct/func-block-decl-eval-func-existing-fn-update.js 10713 annexB/language/eval-code/direct/func-block-decl-eval-func-existing-var-no-init.js 10714 annexB/language/eval-code/direct/func-block-decl-eval-func-existing-var-update.js 10727 annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-existing-block-fn-no-init.js 10728 annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-existing-block-fn-update.js 10729 annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-existing-fn-no-init.js [all …]
|