summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.h
AgeCommit message (Expand)Author
2020-02-05Code cleanup around exception handling and stack walking.Nicolas Geoffray
2018-07-10Correctly send MethodExit events from exception handlersAlex Light
2017-12-07ART: Replace base/logging with android-base/loggingAndreas Gampe
2017-09-28Check the to-space invariant on a delivered exception.Roland Levillain
2017-05-10Add runtime reasons for deopt.Nicolas Geoffray
2017-01-10Move most of art::Thread to ObjPtrMathieu Chartier
2016-09-02Clean up some includes.Vladimir Marko
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe
2016-05-26Partial fragment deoptimizationMingyao Yang
2015-10-20Remove ArtCode.Nicolas Geoffray
2015-09-28ART: Single-frame deoptAndreas Gampe
2015-09-15Revert "Revert "ART: Register allocation and runtime support for try/catch""David Brazdil
2015-09-14Revert "ART: Register allocation and runtime support for try/catch"David Brazdil
2015-09-14ART: Register allocation and runtime support for try/catchDavid Brazdil
2015-09-10Support deoptimization on exceptionSebastien Hertz
2015-08-24Update instrumentation stack after exception eventSebastien Hertz
2015-07-22Move to newer clang annotationsMathieu Chartier
2015-05-29Move mirror::ArtMethod to nativeMathieu Chartier
2015-04-06ART: Enable more Clang warningsAndreas Gampe
2015-03-10Remove ThrowLocation.Nicolas Geoffray
2015-03-09Compute the right catch location for the debugger.Nicolas Geoffray
2015-03-03Change how we report exceptions to the debugger.Nicolas Geoffray
2015-02-23ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe
2014-12-12Remove portable.Elliott Hughes
2014-10-24Tidy logging code not using UNIMPLEMENTED.Ian Rogers
2014-08-13More efficient stack walk in exception throwing.Hiroshi Yamauchi
2014-06-11Fix exception reporting from interpreterSebastien Hertz
2014-05-30Don't report down-calls as unhandled exceptions.Ian Rogers
2014-05-29ART: Use StackReference in Quick Stack FrameAndreas Gampe
2014-04-29Visit deoptimized shadow frames as rootsSebastien Hertz
2014-04-25Refactor exception handling for deoptimizationSebastien Hertz