Home
last modified time | relevance | path

Searched defs:AnnotationItem (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationItem.java21 public class AnnotationItem implements RawDexObject { class
/art/libdexfile/dex/
Ddex_file_structs.h266 struct AnnotationItem { struct
271 DISALLOW_COPY_AND_ASSIGN(AnnotationItem); argument
/art/dexlayout/
Ddex_ir.h38 class AnnotationItem; variable
1108 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation) in AnnotationItem() function