tarotanaka0
85463c693e
fix for -Wunused-parameters
2015-06-04 23:01:19 +09:00
tarotanaka0
7e1debef44
fix JNI stack alignment
2015-06-04 16:02:29 +09:00
Joshua Warner
836cc41320
bulk, global reformat
2014-07-11 13:25:22 -06:00
Joel Dice
5d3c612d0e
fix JNIEnv::FindClass calls from JNI_OnLoad for all supported class libraries
...
This also fixes the some Android build rot and updates the version of
OpenSSL used.
2014-07-01 10:53:26 -06:00
Joel Dice
b75497c8ff
implement JNIEnv::NewLocalRef
2012-12-20 09:05:30 -07:00
Joel Dice
d200019d10
implement JNI reflection methods
...
These include FromReflectedMethod, ToReflectedMethod,
FromReflectedField, and ToReflectedField.
2012-12-19 12:39:33 -07:00
Joel Dice
45073db421
fix Call[Static]<type>MethodA float argument marshalling
2012-10-05 10:56:07 -06:00
Joel Dice
01be4b23bb
implement JNI methods needed by AWT
...
These include PushLocalFrame, PopLocalFrame, NewDirectByteBuffer,
GetDirectBufferAddress, and GetDirectBufferCapacity.
2012-08-11 06:56:19 -06:00
Joel Dice
2cb5a74991
fix mixed marshalling of mixed float/double argument lists on armhf
...
When we skip a single-precision register to ensure a double-precision
load is aligned, we need to remember that in case we see another
single-precision argument later on, which we must backfill into that
register we skipped according to the ABI.
2012-08-01 16:48:26 +00:00
Joel Dice
67ec092e9a
add JNI test to test suite
2012-08-01 16:04:12 +00:00