summaryrefslogtreecommitdiff
path: root/runtime/reflection.h
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect image pointer size for unstarted runtimeliulvping2020-12-221-0/+2
* Avoid useless EncodeArtMethod followed by DecodeArtMethodAlex Light2019-06-281-4/+16
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* ART: Improve Constructor.newInstanceAndreas Gampe2018-06-281-0/+8
* Add const to match <jni.h>.Elliott Hughes2018-06-151-2/+2
* Header library to remove dependence on runtime/David Sehr2018-02-281-1/+1
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-2/+2
* Argument conversions for setter/getter MethodHandles.Orion Hodson2016-11-081-0/+6
* Use ObjPtr for reflection.cc/h/inlMathieu Chartier2016-09-271-20/+44
* Make ScopedAssertNoThreadSuspension no overhead for non-debugMathieu Chartier2016-09-131-2/+4
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-15/+15
* Move to newer clang annotationsMathieu Chartier2015-07-221-15/+15
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-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