Home
last modified time | relevance | path

Searched refs:DexValueAnnotation (Results 1 – 4 of 4) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexValue.java640 static public class DexValueAnnotation extends DexValue { class in DexValue
644 public DexValueAnnotation(DexEncodedAnnotation value) { in DexValueAnnotation() method in DexValue.DexValueAnnotation
674 if (other instanceof DexValueAnnotation) { in equals()
675 DexValueAnnotation that = (DexValueAnnotation) other; in equals()
DDexAnnotation.java8 import com.android.tools.r8.graph.DexValue.DexValueAnnotation;
143 new DexValueAnnotation( in createAnnotationDefaultAnnotation()
DJarClassFileReader.java13 import com.android.tools.r8.graph.DexValue.DexValueAnnotation;
613 addElement(name, new DexValueAnnotation( in visitAnnotation()
/external/r8/src/main/java/com/android/tools/r8/dex/
DDexFileReader.java226 return new DexValue.DexValueAnnotation(parseEncodedAnnotation()); in parseEncodedValue()