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
2025-02-18
Refactor `Instrumentation` out of `Runtime`.
Vladimir Marko
2025-02-17
Refactor `ArtMethod` entrypoint initialization.
Vladimir Marko
2024-10-17
Separate kRuntimeISA/kRuntimeQuickCodeISA
Chris Jones
2024-08-05
Clean up after exception delivery rewrite.
Vladimir Marko
2024-08-01
Rework exception delivery and deoptimization
Chris Jones
2024-05-23
Reland "Report method unwind events for native methods"
Mythri Alle
2024-05-22
Revert "Report method unwind events for native methods"
Chaitanya Cheemala
2024-05-22
Report method unwind events for native methods
Mythri Alle
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-02-07
Add missing visibility attributes in runtime/
Dmitrii Ishcheikin
2024-01-30
Reland^2 "Run optimizations with baseline compilation."
Nicolas Geoffray
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-15
Revert "Reland "Run optimizations with baseline compilation.""
Nicolas Geoffray
2024-01-05
Reland "Run optimizations with baseline compilation."
Nicolas Geoffray
2024-01-04
Revert "Run optimizations with baseline compilation."
Almaz Mingaleev
2024-01-03
Run optimizations with baseline compilation.
Nicolas Geoffray
2023-11-07
Reland "Fix pathological deoptimization case."
Nicolas Geoffray
2023-11-06
Revert "Fix pathological deoptimization case."
Nicolas Geoffray
2023-11-06
Fix pathological deoptimization case.
Nicolas Geoffray
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
2023-01-04
Fix method tracing in non-debuggable runtimes
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-09-12
Cleanups around shadow frame creation.
Nicolas Geoffray
2022-07-14
Reland "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-13
Revert "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-12
Introduce a flag to check if JITed code has instrumentation support
Mythri Alle
2022-07-06
Reland^2 "Don't use instrumentation stubs for native methods in debuggable"
Mythri Alle
2022-07-04
Revert "Reland "Don't use instrumentation stubs for native methods in debugga...
Mythri Alle
2022-07-04
Reland "Don't use instrumentation stubs for native methods in debuggable"
Mythri Alle
2022-06-24
Revert "Don't use instrumentation stubs for native methods in debuggable"
Mythri Alle
2022-06-24
Don't use instrumentation stubs for native methods in debuggable
Mythri Alle
2022-06-21
Skip method unwind callbacks if exception was thrown by method exit
Mythri Alle
2022-05-24
Update implementation of method unwind callbacks
Mythri Alle
2022-01-24
On partial fragment deopts, update return PC only when necessary
Mythri Alle
2022-01-24
Reland "Use InitializeMethodsCode when we need to reinitialize a method entry...
Nicolas Geoffray
2022-01-14
Revert "Use InitializeMethodsCode when we need to reinitialize a method entry...
Nicolas Geoffray
2022-01-13
Use InitializeMethodsCode when we need to reinitialize a method entrypoint.
Nicolas Geoffray
2021-11-09
Revert^2 "Add support for calling entry / exit hooks directly from JIT code""
Mythri Alle
2021-11-01
Revert "Add support for calling entry / exit hooks directly from JIT code"
Mythri Alle
2021-11-01
Add support for calling entry / exit hooks directly from JIT code
Mythri Alle
2020-09-02
Fix bug in StackVisitor::GetVReg.
Nicolas Geoffray
2020-03-03
Check vreg count on debuggable
Alex Light
2020-02-05
Code cleanup around exception handling and stack walking.
Nicolas Geoffray
2020-01-31
Replace instrumention id with stack pointers.
Nicolas Geoffray
2019-12-18
Add an implementation of Nterp for x64.
Nicolas Geoffray
2019-12-17
Introduce the notion of an nterp frame.
Nicolas Geoffray
2019-07-22
Add fast path for exception vreg copying.
David Srbecky
2019-07-15
ART: Introduce stackmap with no DexRegInfo.
Artem Serov
[next]