summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-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