Varargs are only supported on 1.5+.
(Method m)
| 804 | |
| 805 | /** Varargs are only supported on 1.5+. */ |
| 806 | static int fixedArgs(Method m) { |
| 807 | return IS_VARARGS.fixedArgs(m); |
| 808 | } |
| 809 | |
| 810 | private static class NativeMappedArray extends Memory implements PostCallRead { |
| 811 | private final NativeMapped[] original; |