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.h
Age
Commit message (
Expand
)
Author
2024-08-05
Clean up after exception delivery rewrite.
Vladimir Marko
2024-08-01
Rework exception delivery and deoptimization
Chris Jones
2024-02-07
Add missing visibility attributes in runtime/
Dmitrii Ishcheikin
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2023-02-03
Add std::move in SetHandlerDexPcList
Santiago Aboy Solanes
2023-01-16
We no longer use instrumentation stubs remove the support code
Mythri Alle
2023-01-11
Check if we need a deopt after method entry / exit callbacks
Mythri Alle
2022-10-13
Make sure we delete the dex_pc_list vector
Santiago Aboy Solanes
2022-10-07
Runtime implementation of try catch inlining
Santiago Aboy Solanes
2022-06-21
Skip method unwind callbacks if exception was thrown by method exit
Mythri Alle
2020-02-05
Code cleanup around exception handling and stack walking.
Nicolas Geoffray
2018-07-10
Correctly send MethodExit events from exception handlers
Alex Light
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-09-28
Check the to-space invariant on a delivered exception.
Roland Levillain
2017-05-10
Add runtime reasons for deopt.
Nicolas Geoffray
2017-01-10
Move most of art::Thread to ObjPtr
Mathieu Chartier
2016-09-02
Clean up some includes.
Vladimir Marko
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-05-26
Partial fragment deoptimization
Mingyao Yang
2015-10-20
Remove ArtCode.
Nicolas Geoffray
2015-09-28
ART: Single-frame deopt
Andreas Gampe
2015-09-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
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-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-06
ART: Enable more Clang warnings
Andreas Gampe
2015-03-10
Remove ThrowLocation.
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
2014-12-12
Remove portable.
Elliott Hughes
2014-10-24
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-08-13
More efficient stack walk in exception throwing.
Hiroshi Yamauchi
2014-06-11
Fix exception reporting from interpreter
Sebastien Hertz
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-04-29
Visit deoptimized shadow frames as roots
Sebastien Hertz
2014-04-25
Refactor exception handling for deoptimization
Sebastien Hertz