summaryrefslogtreecommitdiffstats
path: root/runtime/check_jni.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-1/+1
* Fix CallStaticVoidMethodA for testEverythingMarcus Oakland2014-09-261-1/+1
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-6/+24
* Add null check to CheckVirtualMethodMathieu Chartier2014-08-201-2/+8
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1107/+2688
* Merge "Disable adding main and non moving spaces to immune region in GSS"Mathieu Chartier2014-07-161-7/+7
|\
| * Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-7/+7
* | Remove object_utils.h.Ian Rogers2014-07-161-1/+1
|/
* Treat larger than jint capacity in NewDirectByteBuffer as an errorBrian Carlstrom2014-06-251-3/+1
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-2/+2
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-9/+11
* Merge "Ensure JNI primitive array type is appropriate."Ian Rogers2014-05-141-1/+1
|\
| * Ensure JNI primitive array type is appropriate.Ian Rogers2014-05-141-1/+1
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+4
|/
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+1
* Remove support for app JNI workarounds.Ian Rogers2014-04-221-8/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-84/+90
* Fix a typo in a comment.Narayan Kamath2014-01-021-1/+1
* JNI: NewDirectByteBuffer should allow 0 length buffers.Narayan Kamath2013-12-201-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-8/+9
* Remove kNoCopyMagic.Mathieu Chartier2013-10-181-13/+1
* Fix backwards check in CheckStaticMethodBrian Carlstrom2013-10-161-1/+1
* Remove redundant complexity from JNI aborts.Elliott Hughes2013-09-031-15/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-19/+19
* C++11 support for ART.Mathieu Chartier2013-08-131-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-28/+28
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+2098