(package private) static int |
AsmUtil.calculateLocalVariableSpace(SigType type) |
Calculates the size of a local variable
|
(package private) static int |
AsmUtil.calculateLocalVariableSpace(SigType... types) |
Calculates the size of a list of types in the local variable area.
|
(package private) static com.kenai.jffi.CallContext |
InvokerUtil.getCallContext(SigType resultType,
SigType[] parameterTypes,
int paramTypesLength,
CallingConvention convention,
boolean requiresErrno) |
|
(package private) static com.kenai.jffi.CallContext |
InvokerUtil.getCallContext(SigType resultType,
SigType[] parameterTypes,
CallingConvention convention,
boolean requiresErrno) |
|
(package private) static boolean |
FastIntMethodGenerator.isFastIntType(com.kenai.jffi.Platform platform,
SigType type) |
|
private static boolean |
FastLongMethodGenerator.isFastLongType(com.kenai.jffi.Platform platform,
SigType type) |
|
private static boolean |
FastNumericMethodGenerator.isNumericType(com.kenai.jffi.Platform platform,
SigType type) |
|
private static boolean |
X86MethodGenerator.isSupportedType(SigType type) |
|
(package private) static int |
NumberUtil.sizeof(SigType type) |
|