Call the native function. @param function Present to prevent the GC to collect the Function object prematurely @param fp function pointer @param callFlags calling convention to be used @param args Arguments to pass to the native function
(Function function, long fp, int callFlags, Object[] args)
| 2234 | * @param args Arguments to pass to the native function |
| 2235 | */ |
| 2236 | static native void invokeVoid(Function function, long fp, int callFlags, Object[] args); |
| 2237 | |
| 2238 | /** |
| 2239 | * Call the native function. |