| /arkcompiler/runtime_core/libabckit/tests/ |
| D | README.md | 7 ### test-kind tag 14 ### api tag 26 ### abc-kind tag 35 ### category tag 41 ### extension tag:
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_system_annotations_test.cpp | 34 …bool ValidateAnnotation(std::optional<std::vector<std::string>> &annotations, const std::string &a… in ValidateAnnotation() 58 …std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME… variable 76 …std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME… variable
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 90 #### Standard metadata 97 #### Lonely metadata 112 #### Standard metadata 119 #### Lonely metadata 149 #### Java annotations
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 90 #### Standard metadata 102 #### Lonely metadata 117 #### Standard metadata 127 #### Lonely metadata
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | functionDeclaration.h | 82 void SetAnnotations(ArenaVector<ir::AnnotationUsage *> &&annotations) in SetAnnotations() 90 void AddAnnotations(AnnotationUsage *const annotations) in AddAnnotations()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 36 ArenaVector<Annotation *> &&annotations, bool isAnnoDecl) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | methodDefinition.h | 46 … ArenaVector<Annotation *> &&annotations, ArenaVector<ParamDecorators> &¶mDecorators, in MethodDefinition() 136 void SetAnnotations(ArenaVector<Annotation *> &&annotations) in SetAnnotations()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | meta.proto | 33 repeated AnnotationData annotations = 2; field
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | meta.h | 200 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations() 206 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations() 373 void AddAnnnotationDataToVector(std::vector<AnnotationData> *annotations) in AddAnnnotationDataToVector()
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.h | 201 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations() 206 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations() 413 void AddAnnnotationDataToVector(std::vector<AnnotationData> *annotations) in AddAnnnotationDataToVector()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | scriptFunction.h | 333 void SetAnnotations(ArenaVector<ir::AnnotationUsage *> &&annotations) in SetAnnotations() 341 void AddAnnotations(AnnotationUsage *const annotations) in AddAnnotations()
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_annotation_processor.cpp | 44 std::vector<pandasm::AnnotationData> annotations; in FillAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserStatements.cpp | 179 auto annotations = ParseAnnotations(memberModifiers); in ParseAnnotation() local
|
| D | ETSparserClasses.cpp | 539 …TSParser::ApplyAnnotationsToNode(ir::AstNode *node, ArenaVector<ir::AnnotationUsage *> &&annotatio… in ApplyAnnotationsToNode() 566 ArenaVector<ir::AnnotationUsage *> annotations(Allocator()->Adapter()); in ParseClassElement() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 227 std::vector<pandasm::AnnotationData> annotations; in GenAnnotation() local 442 std::vector<pandasm::AnnotationData> annotations; in GenAnnotations() local 537 std::vector<pandasm::AnnotationData> annotations = GenAnnotations(classDef); in GenClassRecord() local 862 std::vector<pandasm::AnnotationData> annotations; in GenCustomAnnotations() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | metaProto.cpp | 133 std::vector<panda::pandasm::AnnotationData> annotations; in Deserialize() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 192 auto annotations = decoratorsAndAnnotations.second; in ParseStatement() local 678 … ArenaVector<ir::Annotation *> &&annotations, bool isAbstract) in ParseClassStatement() 689 … ArenaVector<ir::Annotation *> &&annotations, bool isDeclare, in ParseClassDeclaration() 2477 … ArenaVector<ir::Annotation *> annotations, in ParseExportDefaultDeclaration() 2677 … ArenaVector<ir::Annotation *> &&annotations) in ParseNamedExportDeclaration() 2834 ArenaVector<ir::Annotation *> &&annotations) in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2601 … ArenaVector<ir::Annotation *> &&annotations, bool isDeclare) in ParseClassMethod() 2679 …ArenaVector<ir::Decorator *> &&decorators, ArenaVector<ir::Annotation *> &&annotations, bool isDec… in ParseClassProperty() 2828 ArenaVector<ir::Annotation *> annotations(Allocator()->Adapter()); in ParseDecoratorsAndAnnotations() local 2872 auto annotations = decoratorsAndAnnotations.second; in ParseClassElement() local 3065 ArenaVector<ir::Annotation *> annotations(Allocator()->Adapter()); in CreateImplicitMethod() local 3726 auto annotations = decoratorsAndAnnotations.second; in ParseFunctionParams() local
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 594 std::vector<pandasm::AnnotationData> annotations; in GetMethodAnnotations() local 651 const auto annotations = method_iter->second.metadata->GetAnnotations(); in GetAnnotationByMethodName() local 676 const auto annotations = method_iter->second.metadata->GetAnnotations(); in GetSerializedMethodAnnotation() local 1870 const auto annotations = method.metadata->GetAnnotations(); in SerializeMethodAnnotations() local
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | hello_world_test.cpp | 965 auto &annotations = a_function_->metadata->GetAnnotations(); variable 981 auto &annotations = b_function_->metadata->GetAnnotations(); variable
|
| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | metadata_modify_dynamic.cpp | 831 auto &annotations = klass->annotations; in ClassRemoveAnnotationDynamic() local 872 auto &annotations = function->annotations; in FunctionRemoveAnnotationDynamic() local
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | metadata_inspect_impl.h | 276 std::vector<std::unique_ptr<AbckitCoreAnnotation>> annotations; member 352 std::vector<std::unique_ptr<AbckitCoreAnnotation>> annotations; member
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 945 void SetRuntimeParamAnnotationItem(ParamAnnotationsItem *annotations) in SetRuntimeParamAnnotationItem() 950 void SetParamAnnotationItem(ParamAnnotationsItem *annotations) in SetParamAnnotationItem()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 926 void SetRuntimeParamAnnotationItem(ParamAnnotationsItem *annotations) in SetRuntimeParamAnnotationItem() 931 void SetParamAnnotationItem(ParamAnnotationsItem *annotations) in SetParamAnnotationItem()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 445 std::vector<pandasm::AnnotationData> annotations; in GenAnnotations() local
|