summaryrefslogtreecommitdiffstats
path: root/runtime/catch_block_stack_visitor.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-67/+0
* Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-291-9/+1
* ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-1/+9
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-2/+4
* Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-59/+11
* Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-221-1/+3
* Avoid instrumentation stack corruption.Sebastien Hertz2014-01-101-0/+111