Home
last modified time | relevance | path

Searched refs:arraySwapMethod (Results 1 – 1 of 1) sorted by relevance

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1675 Method swapBooleanArray = arraySwapMethod(BOOLEAN_ARRAY, TypeId.BOOLEAN); in testReadAndWriteArray()
1680 Method swapIntArray = arraySwapMethod(INT_ARRAY, TypeId.INT); in testReadAndWriteArray()
1685 Method swapLongArray = arraySwapMethod(LONG_ARRAY, TypeId.LONG); in testReadAndWriteArray()
1690 Method swapObjectArray = arraySwapMethod(OBJECT_ARRAY, TypeId.OBJECT); in testReadAndWriteArray()
1695 Method swapLong2dArray = arraySwapMethod(LONG_2D_ARRAY, LONG_ARRAY); in testReadAndWriteArray()
1701 private <A, T> Method arraySwapMethod(TypeId<A> arrayType, TypeId<T> singleType) in arraySwapMethod() method in DexMakerTest