Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field and Description |
---|---|
private ObjectBuffer |
HeapInvocationBuffer.objectBuffer |
Modifier and Type | Method and Description |
---|---|
private ObjectBuffer |
HeapInvocationBuffer.getObjectBuffer() |
(package private) ObjectBuffer |
HeapInvocationBuffer.objectBuffer()
Gets the object buffer used to store java heap array parameters
|
Modifier and Type | Method and Description |
---|---|
private int |
Invoker.invokeArrayWithObjectsInt32(long ctx,
long function,
HeapInvocationBuffer buffer,
ObjectBuffer objectBuffer)
Convenience method to pass the objects and object descriptor array down as
normal arguments, so hotspot can optimize it.
|
private long |
Invoker.invokeArrayWithObjectsInt64(long ctx,
long function,
HeapInvocationBuffer buffer,
ObjectBuffer objectBuffer)
Convenience method to pass the objects and object descriptor array down as
normal arguments, so hotspot can optimize it.
|