summaryrefslogtreecommitdiffstats
path: root/runtime/check_jni.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix force copyMathieu Chartier2015-06-241-43/+41
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-13/+14
* Replace NULL with nullptrMathieu Chartier2015-04-221-4/+4
* Fix access past end of args array.Christopher Ferris2015-04-171-10/+6
* Move ArtField to nativeMathieu Chartier2015-04-101-8/+9
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-5/+4
* ART: Do not read from JavaVMExt* after DestroyJavaVMAndreas Gampe2015-02-191-2/+4
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-121-7/+23
* Remove FieldHelper.Ian Rogers2014-12-021-1/+0
* ART: More warningsAndreas Gampe2014-11-041-1/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-4/+4
* Tidy up logging.Ian Rogers2014-10-221-0/+1
* 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