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