summaryrefslogtreecommitdiff
path: root/runtime/common_throws.h
Commit message (Expand)AuthorAgeFilesLines
* Remove message ART creates for "throw null".Nicolas Geoffray2019-08-071-0/+3
* Replace StringPiece with std::string_view in art/runtime/.Vladimir Marko2019-02-061-6/+7
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* ART: Faster 712-varhandle-invocationsOrion Hodson2018-05-211-0/+4
* ART: Update invoke-custom implementationOrion Hodson2018-03-081-2/+2
* Revert^2 "ART: Interpreter support for VarHandle accessors"Orion Hodson2018-02-091-0/+19
* Revert "ART: Interpreter support for VarHandle accessors"Orion Hodson2018-02-061-19/+0
* ART: Interpreter support for VarHandle accessorsOrion Hodson2018-02-061-0/+19
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-3/+3
* ART: Forward declarations for InvokeTypeAndreas Gampe2017-09-181-1/+1
* Ensure invoking obsolete methods throws errors.Alex Light2017-04-041-0/+6
* ART: invoke-custom supportOrion Hodson2017-02-141-1/+9
* Enable agent attaching during live phaseLeonard Mosescu2016-10-251-0/+6
* Merge "interpreter: support for non-exact invokes."Treehugger Robot2016-10-141-0/+6
|\
| * interpreter: support for non-exact invokes.Narayan Kamath2016-10-141-0/+6
* | Move common throws to ObjPtrMathieu Chartier2016-10-131-24/+34
|/
* Remove ThrowNoSuchMethod entrypoint.Vladimir Marko2016-09-141-3/+0
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-43/+43
* Do checks on the fault address when we think it's an NPE.Nicolas Geoffray2016-06-291-1/+1
* Replace String.charAt() with HIR.Vladimir Marko2016-06-211-0/+5
* Catch classes inheriting from themselves in the class linker.Roland Levillain2016-05-181-0/+3
* Merge "Support directly invoking interface default methods"Alex Light2016-01-141-0/+10
|\
| * Support directly invoking interface default methodsAlex Light2016-01-121-0/+10
* | ART: Move ThrowStackOverflowError to common_throwsAndreas Gampe2016-01-051-2/+6
|/
* Correct exception behavior for default methodsAlex Light2015-11-101-0/+3
* Move to newer clang annotationsMathieu Chartier2015-07-221-37/+37
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-10/+10
* Fix double-exception in super-class method validation.Vladimir Marko2015-05-291-0/+4
* Also print class for NoSuchFieldExceptionMathieu Chartier2015-05-131-0/+3
* Move ArtField to nativeMathieu Chartier2015-04-101-5/+5
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-12/+8
* Better error reporting when loading dex filesAndreas Gampe2014-04-081-0/+3
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-0/+5
* Object model changes to support 64bit.Ian Rogers2014-02-061-17/+14
* Clean up access checks.Vladimir Marko2014-01-211-1/+0
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-35/+43
* Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-1/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-17/+17
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+186