Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_annotations_test.cpp34 …nnotation(std::optional<std::vector<std::string>> &annotations, const std::string &annotation_name) in ValidateAnnotation()
/arkcompiler/runtime_core/assembler/
Dmeta.h211 void DeleteAnnotationByName(const std::string_view &annotation_name) in DeleteAnnotationByName()
/arkcompiler/runtime_core/verifier/
Dverifier.cpp352 …auto *annotation_name = reinterpret_cast<const char *>(file_->GetStringData(ada.GetClassId()).data… in GetSlotNumberFromAnnotation() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp537 …auto *annotation_name = reinterpret_cast<const char *>(file_->GetStringData(ada.GetClassId()).data… in GetMethodAnnotations() local
566 …d Disassembler::AddAnnotationElement(pandasm::Function &method, const std::string &annotation_name, in AddAnnotationElement()