Home
last modified time | relevance | path

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

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