summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Follow up on CL 151605Sebastien Hertz2015-06-181-3/+4
* Fix nested deoptimization.Mingyao Yang2015-06-181-83/+95
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-27/+23
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-4/+13
* Check IsReferenceVReg during deoptMathieu Chartier2015-05-081-1/+4
* Fix mismatched new[]/delete.Christopher Ferris2015-05-041-1/+2
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-13/+58
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-6/+4
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-14/+4
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-0/+1
* ART: Allow class-loading during deoptAndreas Gampe2015-02-131-12/+16
* Fix exception handling during deoptimizationSebastien Hertz2015-01-231-3/+1
* Don't allow suspension from FindLocksAtDexPcMathieu Chartier2015-01-061-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+2
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-2/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+3
* Enable -Wunreachable-codeIan Rogers2014-09-301-4/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Clean up Handle usage.Mathieu Chartier2014-08-231-3/+3
* Handlerize MethodVerifier::mirror_method_.Hiroshi Yamauchi2014-08-221-2/+3
* More efficient stack walk in exception throwing.Hiroshi Yamauchi2014-08-131-11/+11
* Fix access to long/double stack values from debuggerSebastien Hertz2014-07-171-2/+36
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+3
* 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