Home
last modified time | relevance | path

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

/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java1808 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY); in testArrayLength()
1812 Method intArrayLength = arrayLengthMethod(INT_ARRAY); in testArrayLength()
1816 Method longArrayLength = arrayLengthMethod(LONG_ARRAY); in testArrayLength()
1820 Method objectArrayLength = arrayLengthMethod(OBJECT_ARRAY); in testArrayLength()
1824 Method long2dArrayLength = arrayLengthMethod(LONG_2D_ARRAY); in testArrayLength()
1829 private <T> Method arrayLengthMethod(TypeId<T> valueType) throws Exception { in arrayLengthMethod() method in DexMakerTest