summaryrefslogtreecommitdiffstats
path: root/runtime/jni_internal_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-10/+21
* Add null check to CheckVirtualMethodMathieu Chartier2014-08-201-0/+15
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-319/+656
* Fix broken JNI IsAssignableFrom.Narayan Kamath2014-08-011-2/+22
* Break apart header files.Ian Rogers2014-07-151-0/+1
* More checks in JNI RegisterNativesSebastien Hertz2014-07-031-3/+25
* ART: JNI ExceptionDescribe crashes if no exception occurredAlexei Zavjalov2014-07-021-0/+6
* Fix JNI ToReflectedMethod for constructorSebastien Hertz2014-06-261-5/+25
* Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7cBrian Carlstrom2014-06-251-1/+1
* Treat larger than jint capacity in NewDirectByteBuffer as an errorBrian Carlstrom2014-06-251-1/+6
* Fix GetMethodID to find an interface method from a super-interfaceBrian Carlstrom2014-06-181-10/+21
* Modified functions to return pointers where appropriateFred Shih2014-06-021-4/+10
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* 64-bit build fix.Ian Rogers2014-05-141-1/+1
* Ensure JNI primitive array type is appropriate.Ian Rogers2014-05-141-282/+631
* Add lockless SynchronizedGet for indirect reference table.Mathieu Chartier2014-05-051-3/+0
* Allow ArtMethod::Invoke in unstarted runtimes.Ian Rogers2014-05-021-5/+1
* Remove unused variable and tidy test #includes.Ian Rogers2014-03-141-8/+0
* Refactor reflective method invocation.Ian Rogers2014-03-141-842/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-5/+6
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+3
* Upcall support for x86-64.Ian Rogers2014-02-201-13/+13
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-49/+78
* Object model changes to support 64bit.Ian Rogers2014-02-061-31/+31
* Disallow JNI NewObjectArray of primitive types.Ian Rogers2014-01-031-46/+125
* Add stale weak global unit test to jni_internal_test.Mathieu Chartier2013-12-201-0/+15
* Compacting collector.Mathieu Chartier2013-11-111-11/+11
* Add JNI tests missing from 4ffdc6bd962c37bca407267c0858b37bb18a9857.Elliott Hughes2013-09-181-0/+31
* Make jni_internal_test less spammy.Ian Rogers2013-08-211-1/+1
* Fix PushLocalFrame(0).Elliott Hughes2013-08-201-2/+17
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-35/+75
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1866