Searched refs:DexValueArray (Results 1 – 4 of 4) sorted by relevance
9 import com.android.tools.r8.graph.DexValue.DexValueArray;113 new DexValueArray(values)); in createMemberClassesAnnotation()133 new DexValueArray(names)), in createMethodParametersAnnotation()136 new DexValueArray(accessFlags)) in createMethodParametersAnnotation()157 new DexValueArray(exceptions)); in createThrowsAnnotation()225 return new DexValueArray(parts.toArray(new DexValue[parts.size()])); in compressSignature()
14 import com.android.tools.r8.graph.DexValue.DexValueArray;621 addElement(name, new DexValueArray(values.toArray(new DexValue[values.size()]))); in visitArray()640 private static DexValueArray getDexValueArray(Object value) { in getDexValueArray()647 return new DexValueArray(elements); in getDexValueArray()654 return new DexValueArray(elements); in getDexValueArray()661 return new DexValueArray(elements); in getDexValueArray()668 return new DexValueArray(elements); in getDexValueArray()675 return new DexValueArray(elements); in getDexValueArray()682 return new DexValueArray(elements); in getDexValueArray()689 return new DexValueArray(elements); in getDexValueArray()[all …]
588 static public class DexValueArray extends DexValue { class in DexValue592 public DexValueArray(DexValue[] values) { in DexValueArray() method in DexValue.DexValueArray627 if (other instanceof DexValueArray) { in equals()628 DexValueArray that = (DexValueArray) other; in equals()
222 return new DexValue.DexValueArray(parseEncodedArrayValues()); in parseEncodedValue()