| Package | Description |
|---|---|
| jnr.ffi.provider.jffi |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractX86StubCompiler
Base class for most X86_32/X86_64 stub compilers
|
(package private) static class |
StubCompiler.DummyStubCompiler |
(package private) class |
X86_32StubCompiler
Stub compiler for i386 unix
|
(package private) class |
X86_64StubCompiler
Compilers method trampoline stubs for x86_64
|
| Modifier and Type | Field and Description |
|---|---|
private StubCompiler |
X86MethodGenerator.compiler |
| Modifier and Type | Method and Description |
|---|---|
static StubCompiler |
StubCompiler.newCompiler(Runtime runtime) |
| Constructor and Description |
|---|
X86MethodGenerator(StubCompiler compiler) |