public static interface AsmLibraryLoader.TestLib
Modifier and Type | Interface and Description |
---|---|
static class |
AsmLibraryLoader.TestLib.s8 |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
add_double(java.lang.Double f1,
double f2) |
java.lang.Float |
add_float(float f1,
float f2) |
java.lang.Integer |
add_int32_t(java.lang.Integer i1,
int i2) |
void |
not_found_function() |
byte |
ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8[] s,
int index) |
byte |
ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8 s,
int index) |
java.lang.Byte |
ptr_ret_int8_t(Pointer p,
int index) |
java.lang.Integer add_int32_t(java.lang.Integer i1, int i2)
java.lang.Float add_float(float f1, float f2)
java.lang.Double add_double(java.lang.Double f1, double f2)
byte ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8[] s, int index)
java.lang.Byte ptr_ret_int8_t(Pointer p, int index)
byte ptr_ret_int8_t(AsmLibraryLoader.TestLib.s8 s, int index)
void not_found_function()