Uses of Class
org.jruby.ext.ffi.jffi.NativeInvoker
Packages that use NativeInvoker
-
Uses of NativeInvoker in org.jruby.ext.ffi.jffi
Subclasses of NativeInvoker in org.jruby.ext.ffi.jffiModifier and TypeClassDescription(package private) final classInvokes a native function using InvocationBuffer methods.classFields in org.jruby.ext.ffi.jffi declared as NativeInvokerModifier and TypeFieldDescriptionprivate NativeInvokerDefaultMethod.compiledInvokerprivate final NativeInvokerDefaultMethod.defaultInvokerFields in org.jruby.ext.ffi.jffi with type parameters of type NativeInvokerModifier and TypeFieldDescriptionprivate final Map<Class<? extends NativeInvoker>,JITHandle> JITCompiler.classesprivate Reference<Class<? extends NativeInvoker>>JITHandle.compiledClassRefMethods in org.jruby.ext.ffi.jffi that return NativeInvokerModifier and TypeMethodDescription(package private) final NativeInvokerJITHandle.compile(RubyModule implementationClass, com.kenai.jffi.Function function, Signature signature, String methodName) final NativeInvokerDefaultMethod.forceCompilation()protected final NativeInvokerDefaultMethod.getNativeInvoker()private NativeInvokerDefaultMethod.tryCompilation()Methods in org.jruby.ext.ffi.jffi that return types with arguments of type NativeInvokerModifier and TypeMethodDescription(package private) Class<? extends NativeInvoker>AsmClassBuilder.build()(package private) Class<? extends NativeInvoker>JITHandle.newInvokerClass(JITSignature jitSignature, String methodName) Method parameters in org.jruby.ext.ffi.jffi with type arguments of type NativeInvokerModifier and TypeMethodDescription(package private) voidJITCompiler.registerClass(JITHandle handle, Class<? extends NativeInvoker> klass) Constructors in org.jruby.ext.ffi.jffi with parameters of type NativeInvokerModifierConstructorDescriptionDefaultMethod(RubyModule implementationClass, com.kenai.jffi.Function function, Signature signature, NativeInvoker defaultInvoker)