Home
last modified time | relevance | path

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

/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java1541 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY); in testArrayLength()
1545 Method intArrayLength = arrayLengthMethod(INT_ARRAY); in testArrayLength()
1549 Method longArrayLength = arrayLengthMethod(LONG_ARRAY); in testArrayLength()
1553 Method objectArrayLength = arrayLengthMethod(OBJECT_ARRAY); in testArrayLength()
1557 Method long2dArrayLength = arrayLengthMethod(LONG_2D_ARRAY); in testArrayLength()
1562 private <T> Method arrayLengthMethod(TypeId<T> valueType) throws Exception { in arrayLengthMethod() method in DexMakerTest