index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
reflection.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Add missing GetInterfaceMethodIfProxy
Andreas Gampe
2015-10-12
1
-4
/
+4
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-35
/
+30
*
Fix updating of JNI references for String.<init>.
Jeff Hao
2015-05-27
1
-4
/
+21
*
Intercept JNI invocation of String.<init> methods.
Jeff Hao
2015-05-20
1
-3
/
+44
*
Remove unused InvokeWithShadowFrame
Sebastien Hertz
2015-05-07
1
-17
/
+0
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-7
/
+14
*
Move Class.newInstance to native
Mathieu Chartier
2015-04-25
1
-12
/
+20
*
Fix reflection handling and test flakiness
Mathieu Chartier
2015-04-23
1
-1
/
+11
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
1
-5
/
+7
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-9
/
+8
*
Fix some reflection errors
Mathieu Chartier
2015-03-29
1
-3
/
+3
*
Add AccessibleObject and Field to mirror
Mathieu Chartier
2015-03-29
1
-16
/
+8
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-25
/
+18
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-1
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-6
/
+0
*
Move GetClassFromTypeIdx to ArtMethod.
Ian Rogers
2014-12-02
1
-20
/
+19
*
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
1
-4
/
+5
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-3
/
+2
*
Move MethodHelper::GetReturnType to mirror::ArtMethod.
Ian Rogers
2014-10-28
1
-2
/
+2
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-3
/
+4
*
ART: Better IllegalAccessException message
Andreas Gampe
2014-09-29
1
-4
/
+14
*
Optimize get/set reflection performance
Mathieu Chartier
2014-09-26
1
-85
/
+10
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
Merge "Reduce stack usage for overflow checks"
Dave Allison
2014-08-12
1
-0
/
+49
|
\
|
*
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-0
/
+49
*
|
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-7
/
+8
|
/
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-12
/
+34
*
Fix x86 build.
Ian Rogers
2014-07-16
1
-1
/
+1
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-3
/
+3
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+5
*
Fix reflection access check for attached native threads.
Vladimir Marko
2014-06-12
1
-0
/
+4
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-23
/
+37
*
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
1
-1
/
+1
|
\
|
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
|
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-11
/
+15
|
/
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-16
/
+15
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-3
/
+4
*
Fix reflection access checks for app compatibility.
Jeff Hao
2014-04-01
1
-2
/
+1
*
Revert "Fix access checks for app compatibility."
Jeff Hao
2014-04-01
1
-1
/
+2
*
Fix access checks for app compatibility.
Jeff Hao
2014-04-01
1
-2
/
+1
*
Some fixes for comments and implied conversions.
Jeff Hao
2014-03-28
1
-6
/
+6
*
Add access checks to Method and Field reflection.
Jeff Hao
2014-03-28
1
-1
/
+35
*
Reflection tidying.
Ian Rogers
2014-03-26
1
-67
/
+39
*
Improvements to Field.get/set.
Ian Rogers
2014-03-21
1
-2
/
+1
*
Work-around GCC polymorphism problems.
Ian Rogers
2014-03-14
1
-10
/
+10
*
64bit build fix.
Ian Rogers
2014-03-14
1
-2
/
+2
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-31
/
+450
*
Work in the direction of hard float quick ABIs.
Ian Rogers
2014-02-11
1
-3
/
+13
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-2
/
+6
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-1
/
+1
[next]