Searched refs:DexValueAnnotation (Results 1 – 4 of 4) sorted by relevance
640 static public class DexValueAnnotation extends DexValue { class in DexValue644 public DexValueAnnotation(DexEncodedAnnotation value) { in DexValueAnnotation() method in DexValue.DexValueAnnotation674 if (other instanceof DexValueAnnotation) { in equals()675 DexValueAnnotation that = (DexValueAnnotation) other; in equals()
8 import com.android.tools.r8.graph.DexValue.DexValueAnnotation;143 new DexValueAnnotation( in createAnnotationDefaultAnnotation()
13 import com.android.tools.r8.graph.DexValue.DexValueAnnotation;613 addElement(name, new DexValueAnnotation( in visitAnnotation()
226 return new DexValue.DexValueAnnotation(parseEncodedAnnotation()); in parseEncodedValue()