Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h921 annotations_(annotations), in ClassDef()
935 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations()
947 AnnotationsDirectoryItem* annotations_; // This can be nullptr. variable
1194 : method_id_(method_id), annotations_(annotations) { } in ParameterAnnotation()
1197 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations()
1201 AnnotationSetRefList* annotations_; variable