Home
last modified time | relevance | path

Searched refs:annotationSetRefList (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/dex/
DMixedSectionCollection.java89 public abstract boolean add(DexAnnotationSetRefList annotationSetRefList); in add() argument
DFileWriter.java1128 public boolean add(DexAnnotationSetRefList annotationSetRefList) { in add() argument
1129 if (annotationSetRefList.isEmpty()) { in add()
1132 return add(annotationSetRefLists, annotationSetRefListsList, annotationSetRefList); in add()
1246 public int getOffsetFor(DexAnnotationSetRefList annotationSetRefList) { in getOffsetFor() argument
1247 if (annotationSetRefList.isEmpty()) { in getOffsetFor()
1250 return lookup(annotationSetRefList, annotationSetRefLists); in getOffsetFor()
1300 void setOffsetFor(DexAnnotationSetRefList annotationSetRefList, int offset) { in setOffsetFor() argument
1301 assert offset != 0 && !annotationSetRefList.isEmpty(); in setOffsetFor()
1302 setOffsetFor(annotationSetRefList, offset, annotationSetRefLists); in setOffsetFor()
DApplicationWriter.java95 public boolean add(DexAnnotationSetRefList annotationSetRefList) { in add() argument