Home
last modified time | relevance | path

Searched full:existing (Results 1 – 25 of 119) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp48 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/
Dvtable_builder_standard-inl.h143 // 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/
Dcgbb.cpp25 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/
DREADME.md1 AbcKit was also tested on scenarios from existing apps.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dintro.rst36 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/
Dalias_gen.sts20 or alternative names for existing types. Type aliases allow one to use meaningful
Dalias_neg.sts20 or alternative names for existing types. Type aliases allow one to use meaningful
Dalias.sts20 or alternative names for existing types. Type aliases allow one to use meaningful
Dspec3.sts19 or alternative names for existing types.
Dspec4.sts19 or alternative names for existing types.
Dspec1.sts19 or alternative names for existing types.
Dspec2.sts19 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/
Dtype_binding_class_neg_2.sts17 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/
Dabstract_method_inheritance_by_non_abstract_class.sts18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
Dabstract_method_inheritance.sts18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
Dabstract_method_multiple_inheritance.sts18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
Dabstract_method_override.sts18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
Dabstract_method_multiple_override.sts18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
Dabstract_method_override_by_superinterface.sts18 …face must be implemented either by a declaration in this class or by an existing method declaratio…
Dabstract_method_override_by_superclass.sts18 …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/
Dfor_of_04.sts29 /* @@@ label Error SyntaxError: Type annotation is not allowed when existing variable is used as lo…
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
DREADME.md91 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/
Dreadme.md16 … and add the configuration under the “haps” field. You can refer to the existing application confi…
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/
DREADME.md1 AbcKit was also tested on user scenarios from existing apps.
/arkcompiler/runtime_core/static_core/tests/test-lists/test262/
Dtest262-excluded.txt4067 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 …]

12345