HomeSort by relevance Sort by last modified time
    Searched refs:DexAnnotationSetRefList (Results 1 - 20 of 20) sorted by null

  /external/r8/src/main/java/com/android/tools/r8/graph/
DexAnnotationSetRefList.java 10 public class DexAnnotationSetRefList extends DexItem {
12 private static final DexAnnotationSetRefList theEmptyTypeList = new DexAnnotationSetRefList();
16 public static DexAnnotationSetRefList empty() {
20 private DexAnnotationSetRefList() {
24 public DexAnnotationSetRefList(DexAnnotationSet[] values) {
39 if (other instanceof DexAnnotationSetRefList) {
40 return Arrays.equals(values, ((DexAnnotationSetRefList) other).values);
DexMemberAnnotation.java 62 DexMemberAnnotation<DexMethod, DexAnnotationSetRefList> {
64 public DexParameterAnnotation(DexMethod item, DexAnnotationSetRefList annotations) {
DexEncodedMethod.java 61 public DexAnnotationSetRefList parameterAnnotations;
67 DexAnnotationSet annotations, DexAnnotationSetRefList parameterAnnotations, Code code) {
508 private DexAnnotationSetRefList parameterAnnotations;
536 public void setParameterAnnotations(DexAnnotationSetRefList parameterAnnotations) {
JarClassFileReader.java 520 DexAnnotationSetRefList parameterAnnotationSets;
522 parameterAnnotationSets = DexAnnotationSetRefList.empty();
528 parameterAnnotationSets = new DexAnnotationSetRefList(sets);
  /external/r8/src/main/java/com/android/tools/r8/dex/
MixedSectionCollection.java 9 import com.android.tools.r8.graph.DexAnnotationSetRefList;
89 public abstract boolean add(DexAnnotationSetRefList annotationSetRefList);
ApplicationWriter.java 14 import com.android.tools.r8.graph.DexAnnotationSetRefList;
95 public boolean add(DexAnnotationSetRefList annotationSetRefList) {
DexFileReader.java 20 import com.android.tools.r8.graph.DexAnnotationSetRefList;
323 private DexAnnotationSetRefList annotationSetRefListAt(int offset) {
324 return (DexAnnotationSetRefList) cacheAt(offset, this::parseAnnotationSetRefList);
327 private DexAnnotationSetRefList parseAnnotationSetRefList() {
337 return new DexAnnotationSetRefList(values);
574 MemberAnnotationIterator<DexMethod, DexAnnotationSetRefList> parameterAnnotationsIterator =
575 new MemberAnnotationIterator<>(parameters, DexAnnotationSetRefList::empty);
    [all...]
FileWriter.java 16 import com.android.tools.r8.graph.DexAnnotationSetRefList;
570 private void writeAnnotationSetRefList(DexAnnotationSetRefList setRefList) {
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/shaking/
AnnotationRemover.java 9 import com.android.tools.r8.graph.DexAnnotationSetRefList;
131 private DexAnnotationSetRefList stripAnnotations(DexAnnotationSetRefList annotations,
147 return DexAnnotationSetRefList.empty();
149 return new DexAnnotationSetRefList(filtered);
  /external/r8/src/main/java/com/android/tools/r8/ir/desugar/
LambdaClass.java 12 import com.android.tools.r8.graph.DexAnnotationSetRefList;
149 DexAnnotationSetRefList.empty(),
160 DexAnnotationSetRefList.empty(),
178 DexAnnotationSetRefList.empty(),
188 DexAnnotationSetRefList.empty(),
490 callTarget, accessorFlags, DexAnnotationSet.empty(), DexAnnotationSetRefList.empty(),
  /dalvik/libdex/
DexFile.h 498 struct DexAnnotationSetRefList {
993 DEX_INLINE const DexAnnotationSetRefList* dexGetParameterAnnotationSetRefList(
999 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
1014 const DexAnnotationSetRefList* pList, u4 idx)
    [all...]
DexSwapVerify.cpp     [all...]
  /external/r8/src/test/java/com/android/tools/r8/maindexlist/
MainDexListTests.java 25 import com.android.tools.r8.graph.DexAnnotationSetRefList;
419 DexAnnotationSetRefList.empty(),
  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
Outliner.java 14 import com.android.tools.r8.graph.DexAnnotationSetRefList;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 706 milliseconds