summaryrefslogtreecommitdiffstats
path: root/runtime/reflection.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* Fix updating of JNI references for String.<init>.Jeff Hao2015-05-271-0/+3
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-3/+3
* Remove unused InvokeWithShadowFrameSebastien Hertz2015-05-071-4/+0
* Move Class.newInstance to nativeMathieu Chartier2015-04-251-0/+9
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-1/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* Fix some reflection errorsMathieu Chartier2015-03-291-1/+1
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-1/+4
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-4/+2
* Remove MethodHelper.Ian Rogers2014-12-021-1/+0
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-1/+1
* ART: Better IllegalAccessException messageAndreas Gampe2014-09-291-1/+1
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-4/+5
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-0/+1
* Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-7/+7
* Some fixes for comments and implied conversions.Jeff Hao2014-03-281-1/+1
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-1/+4
* Reflection tidying.Ian Rogers2014-03-261-7/+4
* Refactor reflective method invocation.Ian Rogers2014-03-141-2/+25
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-6/+6
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+59