Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_processor.h35 std::map<std::string, RecordAnnotations> recordAnnotations; member
/arkcompiler/runtime_core/static_core/disassembler/
H A Daccumulators.h59 std::map<std::string, RecordAnnotations> recordAnnotations; member
H A Ddisassembler.cpp1402 const auto recordIter = progAnn_.recordAnnotations.find(record.name); in Serialize()
1403 const bool recordInTable = recordIter != progAnn_.recordAnnotations.end(); in Serialize()
1444 const auto recordIter = progAnn_.recordAnnotations.find(record.name); in SerializeFields()
1445 const bool recordInTable = recordIter != progAnn_.recordAnnotations.end(); in SerializeFields()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp81 progAnn_.recordAnnotations.emplace(recordName, std::move(recordEtsAnn)); in GetETSMetadata()
188 progAnn_.recordAnnotations[recordName].fieldAnnotations.emplace(fieldName, std::move(annList)); in GetETSMetadata()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp84 progAnn_.recordAnnotations.emplace(recordName, std::move(recordEtsAnn)); in GetETSMetadata()
192 progAnn_.recordAnnotations[recordName].fieldAnnotations.emplace(fieldName, std::move(annList)); in GetETSMetadata()

Completed in 8 milliseconds