| Package | Description |
|---|---|
| org.jruby.ext.ffi.jffi |
| Modifier and Type | Field and Description |
|---|---|
private JITHandle |
JITCompiler.failedHandle |
private JITHandle |
DefaultMethod.jitHandle |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Class<? extends NativeInvoker>,JITHandle> |
JITCompiler.classes |
| Modifier and Type | Method and Description |
|---|---|
(package private) JITHandle |
JITCompiler.getHandle(Signature signature,
boolean unique) |
private JITHandle |
DefaultMethod.getJITHandle() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
JITCompiler.registerClass(JITHandle handle,
java.lang.Class<? extends NativeInvoker> klass) |
| Constructor and Description |
|---|
HandleRef(JITHandle handle,
JITSignature signature,
java.lang.ref.ReferenceQueue refqueue) |