Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h939 annotations_(annotations), in ClassDef()
953 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations()
967 AnnotationsDirectoryItem* annotations_; // This can be nullptr. variable
1214 : method_id_(method_id), annotations_(annotations) { } in ParameterAnnotation()
1217 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations()
1221 AnnotationSetRefList* annotations_; variable