Home
last modified time | relevance | path

Searched defs:annotation_name (Results 1 – 3 of 3) 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/verifier/
Dverifier.cpp352 …auto *annotation_name = reinterpret_cast<const char *>(file_->GetStringData(ada.GetClassId()).data… in GetSlotNumberFromAnnotation() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp512 …auto *annotation_name = reinterpret_cast<const char *>(file_->GetStringData(ada.GetClassId()).data… in GetMethodAnnotations() local
541 …d Disassembler::AddAnnotationElement(pandasm::Function &method, const std::string &annotation_name, in AddAnnotationElement()