summaryrefslogtreecommitdiff
path: root/runtime/reflection.h
AgeCommit message (Expand)Author
2021-05-27Revert "Remove stack protector from some interpreter functions" Christian Wailes
2021-05-25Remove stack protector from some interpreter functions Chris Wailes
2020-12-22Fix incorrect image pointer size for unstarted runtime liulvping
2019-06-28Avoid useless EncodeArtMethod followed by DecodeArtMethod Alex Light
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2018-06-28ART: Improve Constructor.newInstance Andreas Gampe
2018-06-15Add const to match <jni.h>. Elliott Hughes
2018-02-28Header library to remove dependence on runtime/ David Sehr
2017-11-08cpplint: Cleanup errors Igor Murashkin
2016-11-08Argument conversions for setter/getter MethodHandles. Orion Hodson
2016-09-27Use ObjPtr for reflection.cc/h/inl Mathieu Chartier
2016-09-13Make ScopedAssertNoThreadSuspension no overhead for non-debug Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-27Fix updating of JNI references for String.<init>. Jeff Hao
2015-05-20Intercept JNI invocation of String.<init> methods. Jeff Hao
2015-05-07Remove unused InvokeWithShadowFrame Sebastien Hertz
2015-04-25Move Class.newInstance to native Mathieu Chartier
2015-04-21Add AbstractMethod, Constructor, Method Mathieu Chartier
2015-04-10Move ArtField to native Mathieu Chartier
2015-03-29Fix some reflection errors Mathieu Chartier
2015-03-29Add AccessibleObject and Field to mirror Mathieu Chartier
2015-03-10Remove ThrowLocation. Nicolas Geoffray
2014-12-02Remove MethodHelper. Ian Rogers
2014-12-02Remove MethodHelper from the interpreter. Ian Rogers
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-09-29ART: Better IllegalAccessException message Andreas Gampe
2014-09-26Optimize get/set reflection performance Mathieu Chartier
2014-08-08Wire up check JNI force copy mode. Ian Rogers
2014-05-19Don't get and restore thread state for ScopedFastNativeObjectAccess. Mathieu Chartier
2014-03-28Some fixes for comments and implied conversions. Jeff Hao
2014-03-28Add access checks to Method and Field reflection. Jeff Hao
2014-03-26Reflection tidying. Ian Rogers
2014-03-14Refactor reflective method invocation. Ian Rogers
2013-08-13Refactor java.lang.reflect implementation Brian Carlstrom
2013-07-17Fix multiple inclusion guards to match new pathnames Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom