Searched refs:INT_ARRAY (Results 1 – 2 of 2) 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);
59 private static TypeId<?> INT_ARRAY = TypeId.get(int[].class); field in DexMakerTest1596 Method intArrayLength = arrayLengthMethod(INT_ARRAY); in testArrayLength()1637 Method newIntArray = newArrayMethod(INT_ARRAY); in testNewArray()1680 Method swapIntArray = arraySwapMethod(INT_ARRAY, TypeId.INT); in testReadAndWriteArray()