Home
last modified time | relevance | path

Searched refs:VisitAnnotationElement (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h199 virtual VisitorStatus VisitAnnotationElement(const char* element_name,
Ddex_file_annotations.cc1906 return visitor->VisitAnnotationElement( in VisitElement()
/art/runtime/
Dclass_linker.cc9649 annotations::VisitorStatus VisitAnnotationElement(const char* element_name, in VisitAnnotationElement() function in art::RecordAnnotationVisitor