Home
last modified time | relevance | path

Searched refs:fieldAnnotations (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_processor.h30 std::map<std::string, AnnotationList> fieldAnnotations; member
/arkcompiler/runtime_core/static_core/disassembler/
H A Daccumulators.h54 std::map<std::string, AnnotationList> fieldAnnotations; member
H A Ddisassembler.cpp1460 const auto fieldIter = recordIter->second.fieldAnnotations.find(f.name); in SerializeFields()
1461 if (fieldIter != recordIter->second.fieldAnnotations.end()) { in SerializeFields()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp188 progAnn_.recordAnnotations[recordName].fieldAnnotations.emplace(fieldName, std::move(annList)); in GetETSMetadata()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp192 progAnn_.recordAnnotations[recordName].fieldAnnotations.emplace(fieldName, std::move(annList)); in GetETSMetadata()

Completed in 5 milliseconds