Uses of Enum
jnr.ffi.CallingConvention
Packages that use CallingConvention
-
Uses of CallingConvention in jnr.ffi
Methods in jnr.ffi that return CallingConventionModifier and TypeMethodDescriptionstatic CallingConventionReturns the enum constant of this type with the specified name.static CallingConvention[]CallingConvention.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jnr.ffi with parameters of type CallingConventionModifier and TypeMethodDescriptionLibraryLoader.convention(CallingConvention convention) Sets the native function calling convention. -
Uses of CallingConvention in jnr.ffi.provider
Fields in jnr.ffi.provider declared as CallingConventionModifier and TypeFieldDescriptionprivate final CallingConventionInterfaceScanner.callingConventionprivate final CallingConventionNativeFunction.callingConventionMethods in jnr.ffi.provider that return CallingConventionConstructors in jnr.ffi.provider with parameters of type CallingConventionModifierConstructorDescriptionInterfaceScanner(Class interfaceClass, SignatureTypeMapper typeMapper, CallingConvention callingConvention) NativeFunction(Method method, CallingConvention callingConvention) -
Uses of CallingConvention in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as CallingConventionModifier and TypeFieldDescriptionprivate final CallingConventionDefaultInvokerFactory.VariadicInvoker.callingConventionprivate final CallingConventionDefaultInvokerFactory.libraryCallingConventionprivate final CallingConventionReflectionLibraryLoader.LazyLoader.libraryCallingConventionMethods in jnr.ffi.provider.jffi that return CallingConventionModifier and TypeMethodDescriptionstatic CallingConventionInvokerUtil.getCallingConvention(Class interfaceClass, Map<LibraryOption, ?> options) static CallingConventionInvokerUtil.getCallingConvention(Map<LibraryOption, ?> libraryOptions) static CallingConventionInvokerUtil.getNativeCallingConvention(Method m) Methods in jnr.ffi.provider.jffi with parameters of type CallingConventionModifier and TypeMethodDescription(package private) booleanARM_64StubCompiler.canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention) (package private) abstract booleanStubCompiler.canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention) (package private) booleanStubCompiler.DummyStubCompiler.canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention) (package private) booleanX86_32StubCompiler.canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention) (package private) booleanX86_64StubCompiler.canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention) (package private) final voidARM_64StubCompiler.compile(com.kenai.jffi.Function function, String name, ResultType resultType, ParameterType[] parameterTypes, Class resultClass, Class[] parameterClasses, CallingConvention convention, boolean saveErrno) (package private) abstract voidStubCompiler.compile(com.kenai.jffi.Function function, String name, ResultType returnType, ParameterType[] parameterTypes, Class resultClass, Class[] parameterClasses, CallingConvention convention, boolean saveErrno) (package private) voidStubCompiler.DummyStubCompiler.compile(com.kenai.jffi.Function function, String name, ResultType returnType, ParameterType[] parameterTypes, Class resultClass, Class[] parameterClasses, CallingConvention convention, boolean saveErrno) (package private) voidX86_32StubCompiler.compile(com.kenai.jffi.Function function, String name, ResultType resultType, ParameterType[] parameterTypes, Class resultClass, Class[] parameterClasses, CallingConvention convention, boolean saveErrno) (package private) final voidX86_64StubCompiler.compile(com.kenai.jffi.Function function, String name, ResultType resultType, ParameterType[] parameterTypes, Class resultClass, Class[] parameterClasses, CallingConvention convention, boolean saveErrno) (package private) static com.kenai.jffi.CallContextInvokerUtil.getCallContext(SigType resultType, int fixedParamCount, SigType[] parameterTypes, int paramTypesLength, CallingConvention convention, boolean requiresErrno) (package private) static com.kenai.jffi.CallContextInvokerUtil.getCallContext(SigType resultType, int fixedParamCount, SigType[] parameterTypes, CallingConvention convention, boolean requiresErrno) (package private) static com.kenai.jffi.CallContextInvokerUtil.getCallContext(SigType resultType, SigType[] parameterTypes, CallingConvention convention, boolean requiresErrno) booleanBufferMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanFastIntMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanFastLongMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanFastNumericMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanNotImplMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanX86MethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) static final com.kenai.jffi.CallingConventionInvokerUtil.jffiConvention(CallingConvention callingConvention) Constructors in jnr.ffi.provider.jffi with parameters of type CallingConventionModifierConstructorDescriptionDefaultInvokerFactory(Runtime runtime, NativeLibrary library, SignatureTypeMapper typeMapper, FunctionMapper functionMapper, CallingConvention libraryCallingConvention, Map<LibraryOption, ?> libraryOptions, boolean libraryIsSynchronized) (package private)VariadicInvoker(Runtime runtime, DefaultInvokerFactory.FunctionInvoker functionInvoker, SignatureTypeMapper typeMapper, ParameterType[] fixedParameterTypes, long functionAddress, SigType resultType, boolean requiresErrno, CallingConvention callingConvention)