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 @return The value returned by
(Function function, long fp, int callFlags, Object[] args)
| 2273 | * @return The value returned by the target native function |
| 2274 | */ |
| 2275 | static native long invokePointer(Function function, long fp, int callFlags, Object[] args); |
| 2276 | |
| 2277 | /** |
| 2278 | * Call the native function, returning a struct by value. |
no outgoing calls
no test coverage detected