summaryrefslogtreecommitdiffstats
path: root/runtime/jni_internal_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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