Home
last modified time | relevance | path

Searched defs:annotation_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_system_annotations_test.cpp34 …nnotation(std::optional<std::vector<std::string>> &annotations, const std::string &annotation_name) in ValidateAnnotation()
/arkcompiler/runtime_core/assembler/
Dmeta.h218 …void DeleteAnnotationElementByName(std::string_view annotation_name, std::string_view annotation_e… in DeleteAnnotationElementByName()
229 void DeleteAnnotationByName(const std::string_view &annotation_name) in DeleteAnnotationByName()
240 …void AddAnnotationElementByName(const std::string_view &annotation_name, AnnotationElement &&eleme… in AddAnnotationElementByName()
/arkcompiler/runtime_core/verifier/
Dverifier.cpp420 …auto *annotation_name = reinterpret_cast<const char *>(file_->GetStringData(ada.GetClassId()).data… in GetSlotNumberFromAnnotation() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp538 const std::string &annotation_name) in GetAnnotationElements()
607 …d Disassembler::AddAnnotationElement(pandasm::Function &method, const std::string &annotation_name, in AddAnnotationElement()