Home
last modified time | relevance | path

Searched defs:annotations (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
H A Dspec_node.py17 from __future__ import annotations namespace
H A Dpdf_loader.py18 from __future__ import annotations namespace
/arkcompiler/runtime_core/abc2program/
H A Dabc_annotation_processor.cpp45 std::vector<pandasm::AnnotationData> annotations; in FillAnnotation() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
H A Dfile_structure.py19 from __future__ import annotations namespace
/arkcompiler/runtime_core/disassembler/tests/
H A Ddisassembler_system_annotations_test.cpp34 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 DclassDeclaration.h35 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 Dtest_sts_ts_subset.py18 from __future__ import annotations namespace
H A Dtest_ets.py18 from __future__ import annotations namespace
H A Dets_test_suite.py18 from __future__ import annotations namespace
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dhook.py18 from __future__ import annotations namespace
H A Dvmb.py18 from __future__ import annotations namespace
H A Ddoclet.py18 from __future__ import annotations namespace
H A Dplatform.py18 from __future__ import annotations namespace
H A Dresult.py18 from __future__ import annotations namespace
H A Dreport.py19 from __future__ import annotations namespace
/arkcompiler/ets_frontend/merge_abc/src/
H A DmetaProto.cpp133 std::vector<panda::pandasm::AnnotationData> annotations; in Deserialize() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
H A Dutil_astchecker.py18 from __future__ import annotations namespace
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dtest_base.py18 from __future__ import annotations namespace
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DmethodDefinition.h136 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> &&paramDecorators, bool isComputed) MethodDefinition() argument
/arkcompiler/runtime_core/assembler/
H A Dmeta.h201 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 Dmeta.h200 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 DETSemitter.cpp224 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 Demitter.cpp454 std::vector<pandasm::AnnotationData> annotations; in GenAnnotations() local
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp665 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 Dhello_world_test.cpp975 auto &annotations = a_function_->metadata->GetAnnotations(); in HWTEST_F() local
991 auto &annotations = b_function_->metadata->GetAnnotations(); in HWTEST_F() local

Completed in 18 milliseconds

12