Searched defs:arrayLengthMethod (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java1531 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY);
1535 Method intArrayLength = arrayLengthMethod(INT_ARRAY);
1539 Method longArrayLength = arrayLengthMethod(LONG_ARRAY);
1543 Method objectArrayLength = arrayLengthMethod(OBJECT_ARRAY);
1547 Method long2dArrayLength = arrayLengthMethod(LONG_2D_ARRAY);
1552 private <T> Method arrayLengthMethod(TypeId<T> valueType) throws Exception { method in class:DexMakerTest

Completed in 185 milliseconds