summaryrefslogtreecommitdiffstats
path: root/compiler/jni/jni_compiler_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [MIPS64] JNI Compiler: Sign-extend int function argumentsLazar Trsic2015-06-241-0/+46
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-7/+4
* ART: Ignore result for exception-case JNIEndWithReferenceAndreas Gampe2015-04-101-0/+15
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-60/+60
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+9
* Remove portable.Elliott Hughes2014-12-121-41/+0
* ART: More warningsAndreas Gampe2014-11-041-3/+3
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-9/+12
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+3
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-9/+9
* ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_testAndreas Gampe2014-08-191-56/+203
* Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-141-10/+90
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-18/+10
* Fix JNI compiler frame size adjustments.Vladimir Marko2014-07-251-2/+25
* JNI dlsym lookup fixes.Ian Rogers2014-07-071-2/+2
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-67/+60
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-60/+61
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-5/+9
* ART: A workaround for a wrongly-read caller's frameVladimir Kostyukov2014-04-071-0/+213
* Fix wrong handling of Generic JNI not finding native method.Andreas Gampe2014-04-041-0/+10
* Cleanup transaction supportSebastien Hertz2014-04-021-1/+1
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+1
* Unify 64bit int constant definitions.Ian Rogers2014-03-101-7/+8
* More JNI compiler tests and small fixAndreas Gampe2014-03-101-0/+472
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-3/+9
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+2
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-17/+30
* Add missing SIRT to LoadNativeLibrary.Mathieu Chartier2014-02-061-4/+6
* Compacting collector.Mathieu Chartier2013-11-111-2/+2
* Fast JNI support.Ian Rogers2013-10-201-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+777