Home
last modified time | relevance | path

Searched refs:annList (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp63 AnnotationList annList {}; in GetETSMetadata()
68 annList.reserve(annList.size() + annListPart.size()); in GetETSMetadata()
69 annList.insert(annList.end(), annListPart.begin(), annListPart.end()); in GetETSMetadata()
74 annList.reserve(annList.size() + annListPart.size()); in GetETSMetadata()
75 annList.insert(annList.end(), annListPart.begin(), annListPart.end()); in GetETSMetadata()
78 if (!annList in GetETSMetadata()
210 HandleArrayAnnotation(panda_file::AnnotationDataAccessor &annotationAccessor, AnnotationList &annList, size_t i) HandleArrayAnnotation() argument
223 EnumerateAnnotations(panda_file::AnnotationDataAccessor &annotationAccessor, AnnotationList &annList, const std::string &type, const panda_file::File::EntityId &annotationId) EnumerateAnnotations() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp66 AnnotationList annList {}; in GetETSMetadata()
71 annList.reserve(annList.size() + annListPart.size()); in GetETSMetadata()
72 annList.insert(annList.end(), annListPart.begin(), annListPart.end()); in GetETSMetadata()
77 annList.reserve(annList.size() + annListPart.size()); in GetETSMetadata()
78 annList.insert(annList.end(), annListPart.begin(), annListPart.end()); in GetETSMetadata()
81 if (!annList in GetETSMetadata()
273 GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType, const panda_file::AnnotationDataAccessor::Elem &element) GetETSAnnotationImpl() argument
[all...]
H A Dabc2program_ets_plugin.h28 void GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType,
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.h152 void Serialize(const pandasm::ItemMetadata &meta, const AnnotationList &annList, std::ostream &os) const;
169 void EnumerateAnnotations(panda_file::AnnotationDataAccessor &annotationAccessor, AnnotationList &annList,
172 void HandleArrayAnnotation(panda_file::AnnotationDataAccessor &annotationAccessor, AnnotationList &annList,
H A Daccumulators.h53 AnnotationList annList; member
H A Ddisassembler.cpp1405 Serialize(*record.metadata, recordIter->second.annList, os); in Serialize()
1498 void Disassembler::Serialize(const pandasm::ItemMetadata &meta, const AnnotationList &annList, std::ostream &os) const in Serialize() argument
1502 if (boolAttributes.empty() && attributes.empty() && annList.empty()) { in Serialize()
1514 if (!attributes.empty() || !annList.empty() || idx < size) { in Serialize()
1532 if (!annList.empty() || idx < size) { in Serialize()
1537 size = annList.size(); in Serialize()
1539 for (const auto &[key, value] : annList) { in Serialize()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_processor.h29 AnnotationList annList; member

Completed in 6 milliseconds