summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-4/+17
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-10/+13
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-12/+174
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-5/+6
* Fix a few 64-bit compilation of 32-bit code issues.Ian Rogers2014-05-011-0/+1
* Visit deoptimized shadow frames as rootsSebastien Hertz2014-04-291-5/+1
* Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-0/+141