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