summaryrefslogtreecommitdiffstats
path: root/test/004-JniTest/jni_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix proxy handling in FindDeclaredVirtualMethodMathieu Chartier2015-07-111-0/+4
* Add more info for attempting to delete non-JNI local referenceMathieu Chartier2015-06-021-0/+5
* Add JNI String.<init> test for global and weak global refs.Jeff Hao2015-05-281-0/+16
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-13/+50
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+20
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Don't re-use arttest when calling loadLibrary.Nicolas Geoffray2014-12-031-10/+10
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-6/+6
* Add CallNonvirtual testBrian Carlstrom2014-09-081-0/+195
* ART: Fix another potential N-th visitor issueAndreas Gampe2014-08-141-0/+37
* ART: Tolerate shallow call stack in VMStack_getCallingClassLoaderAndreas Gampe2014-08-131-85/+110
* Fix broken JNI IsAssignableFrom.Narayan Kamath2014-08-011-0/+5
* ART: Make run tests out of oat testsAndreas Gampe2014-07-231-0/+288