Searched refs:INT_ARRAY (Results 1 – 7 of 7) sorted by relevance
31 public static final int[] INT_ARRAY = new int[TEST_STRING.length()]; field in NewInstanceStringDebuggee39 for (int i = 0; i < INT_ARRAY.length; ++i) {40 INT_ARRAY[i] = TEST_STRING.codePointAt(i);
80 public static final CstType INT_ARRAY = intern(Type.INT_ARRAY); field in CstType
94 StdTypeList.make(Type.INT_ARRAY, Type.INT);130 StdTypeList.make(Type.INT, Type.INT_ARRAY, Type.INT);
229 public static final Type INT_ARRAY = INT.getArrayType(); field in Type
86 } else if (arrayType == CstType.INT_ARRAY || in ArrayData()
49 private static TypeId<?> INT_ARRAY = TypeId.get(int[].class); field in DexMakerTest1545 Method intArrayLength = arrayLengthMethod(INT_ARRAY); in testArrayLength()1585 Method newIntArray = newArrayMethod(INT_ARRAY); in testNewArray()1627 Method swapIntArray = arraySwapMethod(INT_ARRAY, TypeId.INT); in testReadAndWriteArray()
760 new Rop(RegOps.NEW_ARRAY, Type.INT_ARRAY, StdTypeList.INT,