Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1592 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY); in testArrayLength()
1596 Method intArrayLength = arrayLengthMethod(INT_ARRAY); in testArrayLength()
1600 Method longArrayLength = arrayLengthMethod(LONG_ARRAY); in testArrayLength()
1604 Method objectArrayLength = arrayLengthMethod(OBJECT_ARRAY); in testArrayLength()
1608 Method long2dArrayLength = arrayLengthMethod(LONG_2D_ARRAY); in testArrayLength()
1613 private <T> Method arrayLengthMethod(TypeId<T> valueType) throws Exception { in arrayLengthMethod() method in DexMakerTest