Searched refs:arrayLengthMethod (Results 1 – 1 of 1) sorted by relevance
1808 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