summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly send MethodExit events from exception handlersAlex Light2018-07-101-1/+2
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-1/+2
* Check the to-space invariant on a delivered exception.Roland Levillain2017-09-281-0/+4
* Add runtime reasons for deopt.Nicolas Geoffray2017-05-101-1/+2
* Move most of art::Thread to ObjPtrMathieu Chartier2017-01-101-1/+1
* Clean up some includes.Vladimir Marko2016-09-021-1/+3
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-10/+10
* Partial fragment deoptimizationMingyao Yang2016-05-261-5/+34
* Remove ArtCode.Nicolas Geoffray2015-10-201-0/+6
* ART: Single-frame deoptAndreas Gampe2015-09-281-1/+15
* Revert "Revert "ART: Register allocation and runtime support for try/catch""David Brazdil2015-09-151-1/+4
* Revert "ART: Register allocation and runtime support for try/catch"David Brazdil2015-09-141-4/+1
* ART: Register allocation and runtime support for try/catchDavid Brazdil2015-09-141-1/+4
* Support deoptimization on exceptionSebastien Hertz2015-09-101-1/+11
* Update instrumentation stack after exception eventSebastien Hertz2015-08-241-1/+1
* Move to newer clang annotationsMathieu Chartier2015-07-221-5/+5
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-6/+6
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+1
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-1/+0
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+1
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-2/+1
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+2
* Remove portable.Elliott Hughes2014-12-121-1/+1
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-0/+1
* More efficient stack walk in exception throwing.Hiroshi Yamauchi2014-08-131-4/+4
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-1/+2
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-4/+15
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-2/+3
* Visit deoptimized shadow frames as rootsSebastien Hertz2014-04-291-6/+0
* Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-0/+100