Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationSetRefList.java21 public class AnnotationSetRefList implements RawDexObject { class
DMapList.java123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read()
125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
DRawDexFile.java47 public List<AnnotationSetRefList> annotationSetRefLists;
222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
Ddex_file.h718 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()
720 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
Ddex_file_verifier.cc3100 const dex::AnnotationSetRefList* list = reinterpret_cast<const dex::AnnotationSetRefList*>(ptr_); in CheckInterAnnotationSetRefList()
/art/runtime/dex/
Ddex_file_annotations.cc51 using dex::AnnotationSetRefList;
979 const AnnotationSetRefList* set_ref_list, in ProcessAnnotationSetRefList()
1134 const AnnotationSetRefList* set_ref_list = in GetParameterAnnotations()
1150 const AnnotationSetRefList* set_ref_list = in GetNumberOfAnnotatedMethodParameters()
1166 const AnnotationSetRefList* set_ref_list = in GetAnnotationForMethodParameter()
/art/dexdump/
Ddexdump.cc799 const dex::AnnotationSetRefList* in dumpClassAnnotations()