Package com.kenai.jffi
Class Invoker
java.lang.Object
com.kenai.jffi.Invoker
public abstract class Invoker
extends java.lang.Object
Provides native function invocation facilities.
-
Method Summary
Modifier and Type Method Description static InvokergetInstance()Gets theInvokersingleton.ObjectParameterInvokergetObjectParameterInvoker()Gets the fast-path object parameter invoker.voidinvoke(CallContext ctx, long function, long returnBuffer, long[] parameters)Invokes a function, with the parameters loaded into native memory buffers, and the function result is stored in a native memory buffer.voidinvoke(Function function, long returnBuffer, long[] parameters)Invokes a function, with the parameters loaded into native memory buffers, and the function result is stored in a native memory buffer.abstract longinvokeAddress(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a native memory address.longinvokeAddress(Function function, HeapInvocationBuffer buffer)Invokes a function and returns a native memory address.java.math.BigDecimalinvokeBigDecimal(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit floating point value.java.math.BigDecimalinvokeBigDecimal(Function function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit floating point value.doubleinvokeDouble(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit floating point value.doubleinvokeDouble(Function function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit floating point value.floatinvokeFloat(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a 32 bit floating point value.floatinvokeFloat(Function function, HeapInvocationBuffer buffer)Invokes a function and returns a 32 bit floating point value.intinvokeI0(CallContext context, long function)Invokes a function with no arguments, and returns a 32 bit integer.intinvokeI0NoErrno(CallContext context, long function)intinvokeI1(CallContext context, long function, int arg1)Invokes a function with one integer argument, and returns a 32 bit integer.intinvokeI1NoErrno(CallContext context, long function, int arg1)intinvokeI2(CallContext context, long function, int arg1, int arg2)Invokes a function with two integer arguments, and returns a 32 bit integer.intinvokeI2NoErrno(CallContext context, long function, int arg1, int arg2)intinvokeI3(CallContext context, long function, int arg1, int arg2, int arg3)Invokes a function with three integer arguments, and returns a 32 bit integer.intinvokeI3NoErrno(CallContext context, long function, int arg1, int arg2, int arg3)intinvokeI4(CallContext context, long function, int arg1, int arg2, int arg3, int arg4)Invokes a function with four integer arguments, and returns a 32 bit integer.intinvokeI4NoErrno(CallContext context, long function, int arg1, int arg2, int arg3, int arg4)intinvokeI5(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5)Invokes a function with five integer arguments, and returns a 32 bit integer.intinvokeI5NoErrno(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5)intinvokeI6(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)Invokes a function with six integer arguments, and returns a 32 bit integer.intinvokeI6NoErrno(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)intinvokeIIIIIIrI(Function function, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)Deprecated.intinvokeIIIIIrI(Function function, int arg1, int arg2, int arg3, int arg4, int arg5)Deprecated.intinvokeIIIIrI(Function function, int arg1, int arg2, int arg3, int arg4)Deprecated.intinvokeIIIrI(Function function, int arg1, int arg2, int arg3)Deprecated.intinvokeIIrI(Function function, int arg1, int arg2)Deprecated.intinvokeInt(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a 32 bit integer value.intinvokeInt(Function function, HeapInvocationBuffer buffer)Invokes a function and returns a 32 bit integer value.intinvokeIrI(Function function, int arg1)Deprecated.longinvokeL0(CallContext context, long function)Invokes a function with no arguments, and returns a 64 bit integer.longinvokeL0NoErrno(CallContext context, long function)longinvokeL1(CallContext context, long function, long arg1)Invokes a function with one 64 bit integer argument, and returns a 64 bit integer.longinvokeL1NoErrno(CallContext context, long function, long arg1)longinvokeL2(CallContext context, long function, long arg1, long arg2)Invokes a function with two 64 bit integer arguments, and returns a 64 bit integer.longinvokeL2NoErrno(CallContext context, long function, long arg1, long arg2)longinvokeL3(CallContext context, long function, long arg1, long arg2, long arg3)Invokes a function with three 64 bit integer arguments, and returns a 64 bit integer.longinvokeL3NoErrno(CallContext context, long function, long arg1, long arg2, long arg3)longinvokeL4(CallContext context, long function, long arg1, long arg2, long arg3, long arg4)Invokes a function with four 64 bit integer arguments, and returns a 64 bit integer.longinvokeL4NoErrno(CallContext context, long function, long arg1, long arg2, long arg3, long arg4)longinvokeL5(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five 64 bit integer arguments, and returns a 64 bit integer.longinvokeL5NoErrno(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5)longinvokeL6(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six 64 bit integer arguments, and returns a 64 bit integer.longinvokeL6NoErrno(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)longinvokeLLLLLLrL(Function function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six 64 bit integer arguments, and returns a 64 bit integer.longinvokeLLLLLrL(Function function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five 64 bit integer arguments, and returns a 64 bit integer.longinvokeLLLLrL(Function function, long arg1, long arg2, long arg3, long arg4)Invokes a function with four 64 bit integer arguments, and returns a 64 bit integer.longinvokeLLLrL(Function function, long arg1, long arg2, long arg3)Invokes a function with three 64 bit integer arguments, and returns a 64 bit integer.longinvokeLLrL(Function function, long arg1, long arg2)Invokes a function with two 64 bit integer arguments, and returns a 64 bit integer.longinvokeLong(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit integer value.longinvokeLong(Function function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit integer value.longinvokeLrL(Function function, long arg1)Invokes a function with one 64 bit integer argument, and returns a 64 bit integer.longinvokeN0(CallContext context, long function)Invokes a function with no arguments, and returns a numeric value.longinvokeN1(CallContext context, long function, long arg1)Invokes a function with one numeric argument, and returns a numeric value.longinvokeN1(CallContext ctx, long function, long n1, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN1O1(CallContext ctx, long function, long n1, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN2(CallContext context, long function, long arg1, long arg2)Invokes a function with two numeric arguments, and returns a numeric value.longinvokeN2(CallContext ctx, long function, long n1, long n2, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN2(CallContext ctx, long function, long n1, long n2, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN2O1(CallContext ctx, long function, long n1, long n2, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN2O2(CallContext ctx, long function, long n1, long n2, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN3(CallContext context, long function, long arg1, long arg2, long arg3)Invokes a function with three numeric arguments, and returns a numeric value.longinvokeN3(CallContext ctx, long function, long n1, long n2, long n3, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN3(CallContext ctx, long function, long n1, long n2, long n3, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN3(CallContext ctx, long function, long n1, long n2, long n3, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN3O1(CallContext ctx, long function, long n1, long n2, long n3, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN3O2(CallContext ctx, long function, long n1, long n2, long n3, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN3O3(CallContext ctx, long function, long n1, long n2, long n3, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN4(CallContext context, long function, long arg1, long arg2, long arg3, long arg4)Invokes a function with four numeric arguments, and returns a numeric value.longinvokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info)longinvokeN4O1(CallContext ctx, long function, long n1, long n2, long n3, long n4, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN4O2(CallContext ctx, long function, long n1, long n2, long n3, long n4, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN4O3(CallContext ctx, long function, long n1, long n2, long n3, long n4, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN5(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five numeric arguments, and returns a numeric value.longinvokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info)longinvokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info, java.lang.Object o5, ObjectParameterStrategy s5, ObjectParameterInfo o5info)longinvokeN5O1(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN5O2(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN5O3(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN6(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six numeric arguments, and returns a numeric value.longinvokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info)longinvokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info, java.lang.Object o5, ObjectParameterStrategy s5, ObjectParameterInfo o5info)longinvokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info, java.lang.Object o5, ObjectParameterStrategy s5, ObjectParameterInfo o5info, java.lang.Object o6, ObjectParameterStrategy s6, ObjectParameterInfo o6info)longinvokeN6O1(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info)longinvokeN6O2(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info)longinvokeN6O3(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info)longinvokeNNNNNNrN(Function function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six numeric arguments, and returns a numeric value.longinvokeNNNNNrN(Function function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five numeric arguments, and returns a numeric value.longinvokeNNNNrN(Function function, long arg1, long arg2, long arg3, long arg4)Invokes a function with four numeric arguments, and returns a numeric value.longinvokeNNNO1rN(Function function, long n1, long n2, long n3, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags)Deprecated.longinvokeNNNO2rN(Function function, long n1, long n2, long n3, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags, java.lang.Object o2, int o2off, int o2len, ObjectParameterInfo o2flags)Deprecated.longinvokeNNNrN(Function function, long arg1, long arg2, long arg3)Invokes a function with three numeric arguments, and returns a numeric value.longinvokeNNO1rN(Function function, long n1, long n2, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags)Deprecated.longinvokeNNO2rN(Function function, long n1, long n2, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags, java.lang.Object o2, int o2off, int o2len, ObjectParameterInfo o2flags)Deprecated.longinvokeNNrN(Function function, long arg1, long arg2)Invokes a function with two numeric arguments, and returns a numeric value.intinvokeNoErrnoIIIrI(Function function, int arg1, int arg2, int arg3)Deprecated.intinvokeNoErrnoIIrI(Function function, int arg1, int arg2)Deprecated.intinvokeNoErrnoIrI(Function function, int arg1)Deprecated.intinvokeNoErrnoVrI(Function function)Deprecated.longinvokeNrN(Function function, long arg1)Invokes a function with one numeric argument, and returns a numeric value.java.lang.ObjectinvokeObject(Function function, HeapInvocationBuffer buffer)byte[]invokeStruct(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function that returns a C struct by value.voidinvokeStruct(CallContext ctx, long function, HeapInvocationBuffer buffer, byte[] returnBuffer, int offset)Invokes a function that returns a C struct by value.byte[]invokeStruct(Function function, HeapInvocationBuffer buffer)Invokes a function that returns a C struct by value.voidinvokeStruct(Function function, HeapInvocationBuffer buffer, byte[] returnBuffer, int offset)Invokes a function that returns a C struct by value.intinvokeVrI(Function function)Deprecated.longinvokeVrL(Function function)Invokes a function with no arguments, and returns a 64 bit integer.longinvokeVrN(Function function)Invokes a function with no arguments, and returns a numeric value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstance
Gets theInvokersingleton.- Returns:
- An instance of
Invoker.
-
getObjectParameterInvoker
Gets the fast-path object parameter invoker.- Returns:
- An instance of
ObjectParameterInvoker
-
invokeI0
Invokes a function with no arguments, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.- Returns:
- A 32 bit integer value.
-
invokeI1
Invokes a function with one integer argument, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- A 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeI2
Invokes a function with two integer arguments, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeI3
Invokes a function with three integer arguments, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeI4
public final int invokeI4(CallContext context, long function, int arg1, int arg2, int arg3, int arg4)Invokes a function with four integer arguments, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.arg4- The fourth 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeI5
public final int invokeI5(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5)Invokes a function with five integer arguments, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.arg4- The fourth 32 bit integer argument.arg5- The fifth 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeI6
public final int invokeI6(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)Invokes a function with six integer arguments, and returns a 32 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.arg4- The fourth 32 bit integer argument.arg5- The fifth 32 bit integer argument.arg6- The sixth 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeI0NoErrno
-
invokeI1NoErrno
-
invokeI2NoErrno
-
invokeI3NoErrno
-
invokeI4NoErrno
public final int invokeI4NoErrno(CallContext context, long function, int arg1, int arg2, int arg3, int arg4) -
invokeI5NoErrno
public final int invokeI5NoErrno(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5) -
invokeI6NoErrno
public final int invokeI6NoErrno(CallContext context, long function, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) -
invokeVrI
Deprecated.Invokes a function with no arguments, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.- Returns:
- A 32 bit integer value.
-
invokeNoErrnoVrI
Deprecated.Invokes a function with no arguments, and returns a 32 bit integer. This method does not save the errno value.- Parameters:
function- TheFunctionto invoke.- Returns:
- A 32 bit integer value.
-
invokeIrI
Deprecated.Invokes a function with one integer argument, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- A 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeNoErrnoIrI
Deprecated.Invokes a function with one integer argument, and returns a 32 bit integer. This method does not save the errno value.- Parameters:
function- TheFunctionto invoke.arg1- A 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeIIrI
Deprecated.Invokes a function with two integer arguments, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeNoErrnoIIrI
Deprecated.Invokes a function with two integer arguments, and returns a 32 bit integer. This method does not save the errno value.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeIIIrI
Deprecated.Invokes a function with three integer arguments, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeNoErrnoIIIrI
Deprecated.Invokes a function with three integer arguments, and returns a 32 bit integer. This method does not save the errno value.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeIIIIrI
@Deprecated public final int invokeIIIIrI(Function function, int arg1, int arg2, int arg3, int arg4)Deprecated.Invokes a function with four integer arguments, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.arg4- The fourth 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeIIIIIrI
@Deprecated public final int invokeIIIIIrI(Function function, int arg1, int arg2, int arg3, int arg4, int arg5)Deprecated.Invokes a function with five integer arguments, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.arg4- The fourth 32 bit integer argument.arg5- The fifth 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeIIIIIIrI
@Deprecated public final int invokeIIIIIIrI(Function function, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)Deprecated.Invokes a function with six integer arguments, and returns a 32 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 32 bit integer argument.arg2- The second 32 bit integer argument.arg3- The third 32 bit integer argument.arg4- The fourth 32 bit integer argument.arg5- The fifth 32 bit integer argument.arg6- The sixth 32 bit integer argument.- Returns:
- A 32 bit integer value.
-
invokeL0
Invokes a function with no arguments, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.- Returns:
- A 64 bit integer value.
-
invokeL1
Invokes a function with one 64 bit integer argument, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeL2
Invokes a function with two 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeL3
Invokes a function with three 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeL4
public final long invokeL4(CallContext context, long function, long arg1, long arg2, long arg3, long arg4)Invokes a function with four 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.arg4- The fourth 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeL5
public final long invokeL5(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.arg4- The fourth 64 bit integer argument.arg5- The fifth 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeL6
public final long invokeL6(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.arg4- The fourth 64 bit integer argument.arg5- The fifth 64 bit integer argument.arg6- The sixth 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeL0NoErrno
-
invokeL1NoErrno
-
invokeL2NoErrno
-
invokeL3NoErrno
public final long invokeL3NoErrno(CallContext context, long function, long arg1, long arg2, long arg3) -
invokeL4NoErrno
public final long invokeL4NoErrno(CallContext context, long function, long arg1, long arg2, long arg3, long arg4) -
invokeL5NoErrno
public final long invokeL5NoErrno(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5) -
invokeL6NoErrno
public final long invokeL6NoErrno(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6) -
invokeVrL
Invokes a function with no arguments, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.- Returns:
- A 64 bit integer value.
-
invokeLrL
Invokes a function with one 64 bit integer argument, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeLLrL
Invokes a function with two 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeLLLrL
Invokes a function with three 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeLLLLrL
Invokes a function with four 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.arg4- The fourth 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeLLLLLrL
public final long invokeLLLLLrL(Function function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.arg4- The fourth 64 bit integer argument.arg5- The fifth 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeLLLLLLrL
public final long invokeLLLLLLrL(Function function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six 64 bit integer arguments, and returns a 64 bit integer.- Parameters:
function- TheFunctionto invoke.arg1- The first 64 bit integer argument.arg2- The second 64 bit integer argument.arg3- The third 64 bit integer argument.arg4- The fourth 64 bit integer argument.arg5- The fifth 64 bit integer argument.arg6- The sixth 64 bit integer argument.- Returns:
- A 64 bit integer value.
-
invokeN0
Invokes a function with no arguments, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.- Returns:
- A numeric value.
-
invokeN1
Invokes a function with one numeric argument, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The numeric argument.- Returns:
- A numeric value.
-
invokeN2
Invokes a function with two numeric arguments, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first numeric argument.arg2- The second numeric argument.- Returns:
- A numeric value.
-
invokeN3
Invokes a function with three numeric arguments, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.- Returns:
- A numeric value.
-
invokeN4
public final long invokeN4(CallContext context, long function, long arg1, long arg2, long arg3, long arg4)Invokes a function with four numeric arguments, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.arg4- The fourth numeric argument.- Returns:
- A numeric value.
-
invokeN5
public final long invokeN5(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five numeric arguments, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.arg4- The fourth numeric argument.arg5- The fifth numeric argument.- Returns:
- A numeric value.
-
invokeN6
public final long invokeN6(CallContext context, long function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six numeric arguments, and returns a numeric value.- Parameters:
context- The CallContext describing how to invoke the function.function- Address of the native function to invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.arg4- The fourth numeric argument.arg5- The fifth numeric argument.arg6- The sixth numeric argument.- Returns:
- A numeric value.
-
invokeVrN
Invokes a function with no arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.- Returns:
- A numeric value.
-
invokeNrN
Invokes a function with one numeric argument, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.arg1- The numeric argument.- Returns:
- A numeric value.
-
invokeNNrN
Invokes a function with two numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.arg1- The first numeric argument.arg2- The second numeric argument.- Returns:
- A numeric value.
-
invokeNNNrN
Invokes a function with three numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.- Returns:
- A numeric value.
-
invokeNNNNrN
Invokes a function with four numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.arg4- The fourth numeric argument.- Returns:
- A numeric value.
-
invokeNNNNNrN
public final long invokeNNNNNrN(Function function, long arg1, long arg2, long arg3, long arg4, long arg5)Invokes a function with five numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.arg4- The fourth numeric argument.arg5- The fifth numeric argument.- Returns:
- A numeric value.
-
invokeNNNNNNrN
public final long invokeNNNNNNrN(Function function, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6)Invokes a function with six numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.arg1- The first numeric argument.arg2- The second numeric argument.arg3- The third numeric argument.arg4- The fourth numeric argument.arg5- The fifth numeric argument.arg6- The sixth numeric argument.- Returns:
- A numeric value.
-
invokeNNO1rN
@Deprecated public final long invokeNNO1rN(Function function, long n1, long n2, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags)Deprecated.Invokes a function with two numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.n1- first numeric argument.n2- second numeric argument.o1- array or buffer, to be passed as a pointer for the first numeric parameter.o1off- offset from the start of the array pr buffer.o1len- length of the array to use.o1flags- object flags (type, direction, parameter index).
-
invokeNNO2rN
@Deprecated public final long invokeNNO2rN(Function function, long n1, long n2, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags, java.lang.Object o2, int o2off, int o2len, ObjectParameterInfo o2flags)Deprecated.Invokes a function with two numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.n1- first numeric argument.n2- second numeric argument.o1- array or buffer, to be passed as a pointer for the first numeric parameter.o1off- offset from the start of the array pr buffer.o1len- length of the array to use.o1flags- object flags (type, direction, parameter index).
-
invokeNNNO1rN
@Deprecated public final long invokeNNNO1rN(Function function, long n1, long n2, long n3, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags)Deprecated.Invokes a function with two numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.
-
invokeNNNO2rN
@Deprecated public final long invokeNNNO2rN(Function function, long n1, long n2, long n3, java.lang.Object o1, int o1off, int o1len, ObjectParameterInfo o1flags, java.lang.Object o2, int o2off, int o2len, ObjectParameterInfo o2flags)Deprecated.Invokes a function with two numeric arguments, and returns a numeric value.- Parameters:
function- TheFunctionto invoke.
-
invokeN1O1
public final long invokeN1O1(CallContext ctx, long function, long n1, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN2O1
public final long invokeN2O1(CallContext ctx, long function, long n1, long n2, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN2O2
public final long invokeN2O2(CallContext ctx, long function, long n1, long n2, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN3O1
public final long invokeN3O1(CallContext ctx, long function, long n1, long n2, long n3, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN3O2
public final long invokeN3O2(CallContext ctx, long function, long n1, long n2, long n3, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN3O3
public final long invokeN3O3(CallContext ctx, long function, long n1, long n2, long n3, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN4O1
public final long invokeN4O1(CallContext ctx, long function, long n1, long n2, long n3, long n4, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN4O2
public final long invokeN4O2(CallContext ctx, long function, long n1, long n2, long n3, long n4, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN4O3
public final long invokeN4O3(CallContext ctx, long function, long n1, long n2, long n3, long n4, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN5O1
public final long invokeN5O1(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN5O2
public final long invokeN5O2(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN5O3
public final long invokeN5O3(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN6O1
public final long invokeN6O1(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN6O2
public final long invokeN6O2(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN6O3
public final long invokeN6O3(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN1
public final long invokeN1(CallContext ctx, long function, long n1, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN2
public final long invokeN2(CallContext ctx, long function, long n1, long n2, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN2
public final long invokeN2(CallContext ctx, long function, long n1, long n2, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN3
public final long invokeN3(CallContext ctx, long function, long n1, long n2, long n3, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN3
public final long invokeN3(CallContext ctx, long function, long n1, long n2, long n3, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN3
public final long invokeN3(CallContext ctx, long function, long n1, long n2, long n3, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN4
public final long invokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN4
public final long invokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN4
public final long invokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN4
public final long invokeN4(CallContext ctx, long function, long n1, long n2, long n3, long n4, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info) -
invokeN5
public final long invokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN5
public final long invokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN5
public final long invokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN5
public final long invokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info) -
invokeN5
public final long invokeN5(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info, java.lang.Object o5, ObjectParameterStrategy s5, ObjectParameterInfo o5info) -
invokeN6
public final long invokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info) -
invokeN6
public final long invokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info) -
invokeN6
public final long invokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info) -
invokeN6
public final long invokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info) -
invokeN6
public final long invokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info, java.lang.Object o5, ObjectParameterStrategy s5, ObjectParameterInfo o5info) -
invokeN6
public final long invokeN6(CallContext ctx, long function, long n1, long n2, long n3, long n4, long n5, long n6, int objCount, java.lang.Object o1, ObjectParameterStrategy s1, ObjectParameterInfo o1info, java.lang.Object o2, ObjectParameterStrategy s2, ObjectParameterInfo o2info, java.lang.Object o3, ObjectParameterStrategy s3, ObjectParameterInfo o3info, java.lang.Object o4, ObjectParameterStrategy s4, ObjectParameterInfo o4info, java.lang.Object o5, ObjectParameterStrategy s5, ObjectParameterInfo o5info, java.lang.Object o6, ObjectParameterStrategy s6, ObjectParameterInfo o6info) -
invokeAddress
Invokes a function and returns a native memory address.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeAddress
Invokes a function and returns a native memory address.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeInt
Invokes a function and returns a 32 bit integer value.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeInt
Invokes a function and returns a 32 bit integer value.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeLong
Invokes a function and returns a 64 bit integer value.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeLong
Invokes a function and returns a 64 bit integer value.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeFloat
Invokes a function and returns a 32 bit floating point value.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeFloat
Invokes a function and returns a 32 bit floating point value.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeDouble
Invokes a function and returns a 64 bit floating point value.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeDouble
Invokes a function and returns a 64 bit floating point value.- Parameters:
ctx- The call context describing how to call the native function.function- The address of the native function to invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeBigDecimal
Invokes a function and returns a 64 bit floating point value.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeBigDecimal
public final java.math.BigDecimal invokeBigDecimal(CallContext ctx, long function, HeapInvocationBuffer buffer)Invokes a function and returns a 64 bit floating point value.- Parameters:
function- TheFunctionto invoke.buffer- A buffer containing the arguments to the function.- Returns:
- A native memory address.
-
invokeStruct
Invokes a function that returns a C struct by value.- Parameters:
function- TheFunctionto invoke.buffer- The parameter buffer.- Returns:
- A byte array with the return value encoded in native byte order.
-
invokeStruct
Invokes a function that returns a C struct by value.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.buffer- The parameter buffer.- Returns:
- A byte array with the return value encoded in native byte order.
-
invokeStruct
public final void invokeStruct(Function function, HeapInvocationBuffer buffer, byte[] returnBuffer, int offset)Invokes a function that returns a C struct by value.- Parameters:
function- TheFunctionto invoke.buffer- The parameter buffer.returnBuffer- The output buffer to place the return value in.offset- The offset within returnBuffer to place the return value.
-
invokeStruct
public final void invokeStruct(CallContext ctx, long function, HeapInvocationBuffer buffer, byte[] returnBuffer, int offset)Invokes a function that returns a C struct by value.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.buffer- The parameter buffer.returnBuffer- The output buffer to place the return value in.offset- The offset within returnBuffer to place the return value.
-
invokeObject
-
invoke
Invokes a function, with the parameters loaded into native memory buffers, and the function result is stored in a native memory buffer.- Parameters:
function- TheFunctionto invoke.returnBuffer- The address of the native buffer to place the result of the function call in.parameters- An array of addresses of the function parameters.
-
invoke
Invokes a function, with the parameters loaded into native memory buffers, and the function result is stored in a native memory buffer.- Parameters:
ctx- The call context which describes how to call the native function.function- The address of the native function to invoke.returnBuffer- The address of the native buffer to place the result of the function call in.parameters- An array of addresses of the function parameters.
-