Searched refs:annotationSetRefList (Results 1 – 3 of 3) sorted by relevance
89 public abstract boolean add(DexAnnotationSetRefList annotationSetRefList); in add() argument
1128 public boolean add(DexAnnotationSetRefList annotationSetRefList) { in add() argument1129 if (annotationSetRefList.isEmpty()) { in add()1132 return add(annotationSetRefLists, annotationSetRefListsList, annotationSetRefList); in add()1246 public int getOffsetFor(DexAnnotationSetRefList annotationSetRefList) { in getOffsetFor() argument1247 if (annotationSetRefList.isEmpty()) { in getOffsetFor()1250 return lookup(annotationSetRefList, annotationSetRefLists); in getOffsetFor()1300 void setOffsetFor(DexAnnotationSetRefList annotationSetRefList, int offset) { in setOffsetFor() argument1301 assert offset != 0 && !annotationSetRefList.isEmpty(); in setOffsetFor()1302 setOffsetFor(annotationSetRefList, offset, annotationSetRefLists); in setOffsetFor()
95 public boolean add(DexAnnotationSetRefList annotationSetRefList) { in add() argument