Searched refs:AnnotationSetRefList (Results 1 – 8 of 8) sorted by relevance
21 public class AnnotationSetRefList implements RawDexObject { class
123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read()125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
47 public List<AnnotationSetRefList> annotationSetRefLists;222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
250 struct AnnotationSetRefList { struct255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
718 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()720 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
3100 const dex::AnnotationSetRefList* list = reinterpret_cast<const dex::AnnotationSetRefList*>(ptr_); in CheckInterAnnotationSetRefList()
51 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()
799 const dex::AnnotationSetRefList* in dumpClassAnnotations()