Searched refs:DexValueNull (Results 1 – 5 of 5) sorted by relevance
88 return DexValueNull.NULL; in defaultForType()687 static public class DexValueNull extends SimpleDexValue { class in DexValue689 public static final DexValue NULL = new DexValueNull();692 private DexValueNull() { in DexValueNull() method in DexValue.DexValueNull710 return (other instanceof DexValueNull); in equals()
12 import com.android.tools.r8.graph.DexValue.DexValueNull;101 ? DexValueNull.NULL in createInnerClassAnnotation()
23 import com.android.tools.r8.graph.DexValue.DexValueNull;703 return DexValueNull.NULL; in getDexValue()
26 import com.android.tools.r8.graph.DexValue.DexValueNull;222 DexValueNull.NULL); in synthesizeStaticFields()
50 import com.android.tools.r8.graph.DexValue.DexValueNull;230 return DexValueNull.NULL; in parseEncodedValue()