summaryrefslogtreecommitdiffstats
path: root/runtime/jni_internal_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-2/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-8/+8
* Emit 4 byte UTF-sequences in place of encoded surrogate pairs.Narayan Kamath2015-03-251-11/+25
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-121-1/+30
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-28/+53
* ART: Do not JNI abort on nullptr GetObjectRefTypeAndreas Gampe2014-12-221-6/+10
* Remove portable.Elliott Hughes2014-12-121-2/+0
* Fix a memory leak in jni_internal_test.Ian Rogers2014-11-191-51/+64
* Change 512 to kLocalsMax.Mathieu Chartier2014-11-171-2/+2
* Fix reference leaks in ToReflectedMethod and ToReflectedFieldMathieu Chartier2014-11-171-0/+10
* Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-111-10/+0
* Add jni_internal_test for GetArrayLength(NULL).Ian Rogers2014-11-111-1/+9
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-23/+23
* 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