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