summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.cc
AgeCommit message (Expand)Author
2016-02-25Merge "Implement << operator for DexRegisterLocation::Kind." David Srbecky
2016-02-25Implement << operator for DexRegisterLocation::Kind. David Srbecky
2016-02-19Fix braino in single frame deopt. Nicolas Geoffray
2016-02-17Be a bit smarter with JIT code triggering deoptimization. Nicolas Geoffray
2016-01-08Don't encode a DexRegisterMap if there is no live register. Nicolas Geoffray
2015-12-04Inline monomorphic calls. Nicolas Geoffray
2015-10-28ART: Fix deopt from optimized code under inlining David Brazdil
2015-10-22Do not run the verifier when deopting optimized frames. Nicolas Geoffray
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-10-13Add an abstraction over a compiled code. Nicolas Geoffray
2015-09-28ART: Single-frame deopt Andreas Gampe
2015-09-17Deoptimization support in optimizing compiler for setting local values Mingyao Yang
2015-09-15Merge "Cleanup thread access in StackVisitor" Sebastien Hertz
2015-09-15ART: Fix 004-ReferenceMap run test David Brazdil
2015-09-15Revert "Revert "ART: Register allocation and runtime support for try/catch"" David Brazdil
2015-09-15Cleanup thread access in StackVisitor Sebastien Hertz
2015-09-14Revert "ART: Register allocation and runtime support for try/catch" David Brazdil
2015-09-14ART: Register allocation and runtime support for try/catch David Brazdil
2015-09-10Support deoptimization on exception Sebastien Hertz
2015-08-24Update instrumentation stack after exception event Sebastien Hertz
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-06-09Follow up on CL 151605 Sebastien Hertz
2015-06-08Fix nested deoptimization. Mingyao Yang
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-11Add a flag to StackVisitor for inlining. Nicolas Geoffray
2015-05-08Check IsReferenceVReg during deopt Mathieu Chartier
2015-05-04Fix mismatched new[]/delete. Christopher Ferris
2015-03-13API change in StackVisitor::GetVReg*. 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 noreturn Andreas Gampe
2015-02-13ART: Allow class-loading during deopt Andreas Gampe
2015-01-23Fix exception handling during deoptimization Sebastien Hertz
2015-01-06Don't allow suspension from FindLocksAtDexPc Mathieu Chartier
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-22C++11 related clean-up of DISALLOW_.. Ian Rogers
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-09-30Enable -Wunreachable-code Ian Rogers
2014-09-12Compile time performance improvements focusing on interpret-only. Ian Rogers
2014-08-23Clean up Handle usage. Mathieu Chartier
2014-08-22Handlerize MethodVerifier::mirror_method_. Hiroshi Yamauchi
2014-08-13More efficient stack walk in exception throwing. Hiroshi Yamauchi
2014-07-17Fix access to long/double stack values from debugger Sebastien Hertz
2014-07-15Break apart header files. Ian Rogers
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-06-11Fix exception reporting from interpreter Sebastien Hertz
2014-06-09Change MethodHelper to use a Handle. Mathieu Chartier
2014-05-30Don't report down-calls as unhandled exceptions. Ian Rogers
2014-05-29ART: Use StackReference in Quick Stack Frame Andreas Gampe
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier