| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
| H A D | spec_node.py | 17 from __future__ import annotations namespace
|
| H A D | pdf_loader.py | 18 from __future__ import annotations namespace
|
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_annotation_processor.cpp | 45 std::vector<pandasm::AnnotationData> annotations; in FillAnnotation() local
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/ |
| H A D | file_structure.py | 19 from __future__ import annotations namespace
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| H A D | disassembler_system_annotations_test.cpp | 34 bool ValidateAnnotation(std::optional<std::vector<std::string>> &annotations, const std::string &annotation_name) in ValidateAnnotation() argument 58 std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME); in HWTEST_F() local 76 std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME); in HWTEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | classDeclaration.h | 35 ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators, ArenaVector<Annotation *> &&annotations, bool isAnnoDecl) ClassDeclaration() argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| H A D | test_sts_ts_subset.py | 18 from __future__ import annotations namespace
|
| H A D | test_ets.py | 18 from __future__ import annotations namespace
|
| H A D | ets_test_suite.py | 18 from __future__ import annotations namespace
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | hook.py | 18 from __future__ import annotations namespace
|
| H A D | vmb.py | 18 from __future__ import annotations namespace
|
| H A D | doclet.py | 18 from __future__ import annotations namespace
|
| H A D | platform.py | 18 from __future__ import annotations namespace
|
| H A D | result.py | 18 from __future__ import annotations namespace
|
| H A D | report.py | 19 from __future__ import annotations namespace
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | metaProto.cpp | 133 std::vector<panda::pandasm::AnnotationData> annotations; in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| H A D | util_astchecker.py | 18 from __future__ import annotations namespace
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| H A D | test_base.py | 18 from __future__ import annotations namespace
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | methodDefinition.h | 136 void SetAnnotations(ArenaVector<Annotation *> &&annotations) in SetAnnotations() argument 44 MethodDefinition(MethodDefinitionKind kind, Expression *key, FunctionExpression *value, ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, ArenaVector<Annotation *> &&annotations, ArenaVector<ParamDecorators> &¶mDecorators, bool isComputed) MethodDefinition() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | meta.h | 201 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations() argument 206 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | meta.h | 200 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations() argument 206 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations() argument 373 void AddAnnnotationDataToVector(std::vector<AnnotationData> *annotations) in AddAnnnotationDataToVector() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSemitter.cpp | 224 std::vector<pandasm::AnnotationData> annotations; in GenAnnotation() local 434 std::vector<pandasm::AnnotationData> annotations; in GenAnnotations() local 524 std::vector<pandasm::AnnotationData> annotations = GenAnnotations(classDef); GenClassRecord() local [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A D | emitter.cpp | 454 std::vector<pandasm::AnnotationData> annotations; in GenAnnotations() local
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 665 const auto annotations = method_iter->second.metadata->GetAnnotations(); in GetAnnotationByMethodName() local 690 const auto annotations = method_iter->second.metadata->GetAnnotations(); in GetSerializedMethodAnnotation() local 1884 const auto annotations = method.metadata->GetAnnotations(); SerializeMethodAnnotations() local [all...] |
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| H A D | hello_world_test.cpp | 975 auto &annotations = a_function_->metadata->GetAnnotations(); in HWTEST_F() local 991 auto &annotations = b_function_->metadata->GetAnnotations(); in HWTEST_F() local
|