Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/docs/
Dassembly_format.md90 #### Standard metadata
97 #### Lonely metadata
112 #### Standard metadata
119 #### Lonely metadata
149 #### Java annotations
/arkcompiler/ets_frontend/merge_abc/protos/
Dmeta.proto33 repeated AnnotationData annotations = 2; field
/arkcompiler/runtime_core/assembler/
Dmeta.h200 void SetAnnotations(std::vector<AnnotationData> &&annotations) in SetAnnotations()
205 void AddAnnotations(const std::vector<AnnotationData> &annotations) in AddAnnotations()
378 void AddAnnnotationDataToVector(std::vector<AnnotationData> *annotations) in AddAnnnotationDataToVector()
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp133 std::vector<panda::pandasm::AnnotationData> annotations; in Deserialize() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h899 void SetRuntimeParamAnnotationItem(ParamAnnotationsItem *annotations) in SetRuntimeParamAnnotationItem()
904 void SetParamAnnotationItem(ParamAnnotationsItem *annotations) in SetParamAnnotationItem()