| /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 | 26 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore() argument 28 Insn *pre = existing.GetPrev(); in InsertInsnBefore() 30 newInsn.SetNext(&existing); in InsertInsnBefore() 31 existing.SetPrev(&newInsn); in InsertInsnBefore() 35 if (&existing == firstInsn) { in InsertInsnBefore() 42 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter() argument 44 newInsn.SetPrev(&existing); in InsertInsnAfter() 45 newInsn.SetNext(existing.GetNext()); in InsertInsnAfter() 46 existing.SetNext(&newInsn); in InsertInsnAfter() 47 if (&existing == lastInsn) { in InsertInsnAfter()
|
| /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/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | for_of_04.sts | 25 /* @@? 20:9 Error SyntaxError: Type annotation is not allowed when existing variable is used as loo…
|
| /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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| 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_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_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_superclass.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…
|
| /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/static_core/tests/tests-u-runner/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 …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/ |
| D | server_endpoint.h | 49 // set new connection only if there is no already existing one in Pin()
|
| /arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
| D | intrusive_instrumentator.py | 77 err_msg = "%s argument %s is not an existing directory: %s"\ 87 err_msg = "%s argument %s is not an existing file: %s"\ 97 err_msg = "%s argument %s is not an existing directory: %s"\ 332 err_msg = "[%s] in declaration list from [%s] is not an existing file"\ 347 err_msg = "file attribute [%s] from [%s] is not an existing file"\ 357 err_msg = "source attribute [%s] from [%s] is not an existing file"\
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/ |
| D | for_loop_parameters.params.yaml | 32 …h init as the only configured statement. Creating variable with already existing name during the f… 40 …ession as the only configured statement. Creating variable with already existing name at the for l…
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | pbc_2_ir_doc_gen.sh | 17 # 3. IR column is empty by default. PBC2IR_OLD.md is used to copy existing IR instructions to corre…
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | README.md | 72 You have to add your new test to dependencies of existing test group "core_tests" or to common grou…
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | rpo.h | 32 * Also it provides methods for updating an existing tree.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | rpo.h | 32 * Also it provides methods for updating an existing tree.
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.h | 69 // Existing void expression inconsistency,refer to #17762 in CheckVoidTypeExpression()
|