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
/
common_throws.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove message ART creates for "throw null".
Nicolas Geoffray
2019-08-07
1
-0
/
+3
*
Replace StringPiece with std::string_view in art/runtime/.
Vladimir Marko
2019-02-06
1
-6
/
+7
*
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-12-06
1
-1
/
+1
*
ART: Faster 712-varhandle-invocations
Orion Hodson
2018-05-21
1
-0
/
+4
*
ART: Update invoke-custom implementation
Orion Hodson
2018-03-08
1
-2
/
+2
*
Revert^2 "ART: Interpreter support for VarHandle accessors"
Orion Hodson
2018-02-09
1
-0
/
+19
*
Revert "ART: Interpreter support for VarHandle accessors"
Orion Hodson
2018-02-06
1
-19
/
+0
*
ART: Interpreter support for VarHandle accessors
Orion Hodson
2018-02-06
1
-0
/
+19
*
cpplint: Cleanup errors
Igor Murashkin
2017-11-08
1
-3
/
+3
*
ART: Forward declarations for InvokeType
Andreas Gampe
2017-09-18
1
-1
/
+1
*
Ensure invoking obsolete methods throws errors.
Alex Light
2017-04-04
1
-0
/
+6
*
ART: invoke-custom support
Orion Hodson
2017-02-14
1
-1
/
+9
*
Enable agent attaching during live phase
Leonard Mosescu
2016-10-25
1
-0
/
+6
*
Merge "interpreter: support for non-exact invokes."
Treehugger Robot
2016-10-14
1
-0
/
+6
|
\
|
*
interpreter: support for non-exact invokes.
Narayan Kamath
2016-10-14
1
-0
/
+6
*
|
Move common throws to ObjPtr
Mathieu Chartier
2016-10-13
1
-24
/
+34
|
/
*
Remove ThrowNoSuchMethod entrypoint.
Vladimir Marko
2016-09-14
1
-3
/
+0
*
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-30
1
-43
/
+43
*
Do checks on the fault address when we think it's an NPE.
Nicolas Geoffray
2016-06-29
1
-1
/
+1
*
Replace String.charAt() with HIR.
Vladimir Marko
2016-06-21
1
-0
/
+5
*
Catch classes inheriting from themselves in the class linker.
Roland Levillain
2016-05-18
1
-0
/
+3
*
Merge "Support directly invoking interface default methods"
Alex Light
2016-01-14
1
-0
/
+10
|
\
|
*
Support directly invoking interface default methods
Alex Light
2016-01-12
1
-0
/
+10
*
|
ART: Move ThrowStackOverflowError to common_throws
Andreas Gampe
2016-01-05
1
-2
/
+6
|
/
*
Correct exception behavior for default methods
Alex Light
2015-11-10
1
-0
/
+3
*
Move to newer clang annotations
Mathieu Chartier
2015-07-22
1
-37
/
+37
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-10
/
+10
*
Fix double-exception in super-class method validation.
Vladimir Marko
2015-05-29
1
-0
/
+4
*
Also print class for NoSuchFieldException
Mathieu Chartier
2015-05-13
1
-0
/
+3
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-5
/
+5
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-12
/
+8
*
Better error reporting when loading dex files
Andreas Gampe
2014-04-08
1
-0
/
+3
*
Add access checks to Method and Field reflection.
Jeff Hao
2014-03-28
1
-0
/
+5
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-17
/
+14
*
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
-35
/
+43
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-1
/
+2
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-17
/
+17
*
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
/
+186