index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
common_throws.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-19
/
+17
*
Fix double-exception in super-class method validation.
Vladimir Marko
2015-05-29
1
-0
/
+7
*
Also print class for NoSuchFieldException
Mathieu Chartier
2015-05-13
1
-2
/
+8
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-32
/
+32
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-8
/
+9
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-107
/
+84
*
Add missing iget quick for bool, byte, char, short
Mathieu Chartier
2014-12-10
1
-0
/
+4
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-0
/
+4
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-2
/
+4
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-3
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-1
/
+1
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-6
/
+3
*
Better error reporting when loading dex files
Andreas Gampe
2014-04-08
1
-0
/
+29
*
Add access checks to Method and Field reflection.
Jeff Hao
2014-03-28
1
-0
/
+6
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-17
/
+16
*
Clean up access checks.
Vladimir Marko
2014-01-21
1
-1
/
+0
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-0
/
+9
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-1
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-24
/
+27
*
Fix cpplint whitespace/braces issues
Brian Carlstrom
2013-07-17
1
-2
/
+2
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+485