Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
bc5669ee83f45d74e46a6377ad9b2b57f64c2bec
/
runtime
/
quick_exception_handler.cc
f711f2c
Partial fragment deoptimization
by Mingyao Yang
· 8 years ago
bf80a06
Merge "Fix google-explicit-constructor warnings."
by Chih-hung Hsieh
· 9 years ago
471118e
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
ffc8707
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
fe2b137
Merge "Pack stack map entries on bit level to save space."
by Calin Juravle
· 9 years ago
09ed098
Pack stack map entries on bit level to save space.
by David Srbecky
· 9 years ago
bf9611f
ART: Clean up verifier
by Andreas Gampe
· 9 years ago
dcedaaa
Merge "Implement << operator for DexRegisterLocation::Kind."
by David Srbecky
· 9 years ago
7dc1178
Implement << operator for DexRegisterLocation::Kind.
by David Srbecky
· 9 years ago
b52de24
Fix braino in single frame deopt.
by Nicolas Geoffray
· 9 years ago
b88d59e
Be a bit smarter with JIT code triggering deoptimization.
by Nicolas Geoffray
· 9 years ago
012fc4e
Don't encode a DexRegisterMap if there is no live register.
by Nicolas Geoffray
· 9 years ago
73be1e8
Inline monomorphic calls.
by Nicolas Geoffray
· 9 years ago
efc3f02
ART: Fix deopt from optimized code under inlining
by David Brazdil
· 9 years ago
3385650
Do not run the verifier when deopting optimized frames.
by Nicolas Geoffray
· 9 years ago
524e7ea
Remove ArtCode.
by Nicolas Geoffray
· 9 years ago
6bc4374
Add an abstraction over a compiled code.
by Nicolas Geoffray
· 9 years ago
639bdd1
ART: Single-frame deopt
by Andreas Gampe
· 9 years ago
99170c6
Deoptimization support in optimizing compiler for setting local values
by Mingyao Yang
· 9 years ago
5836f84
Merge "Cleanup thread access in StackVisitor"
by Sebastien Hertz
· 9 years ago
72f7b88
ART: Fix 004-ReferenceMap run test
by David Brazdil
· 9 years ago
77a48ae
Revert "Revert "ART: Register allocation and runtime support for try/catch""
by David Brazdil
· 9 years ago
26f7286
Cleanup thread access in StackVisitor
by Sebastien Hertz
· 9 years ago
659562a
Revert "ART: Register allocation and runtime support for try/catch"
by David Brazdil
· 9 years ago
b022fa1
ART: Register allocation and runtime support for try/catch
by David Brazdil
· 9 years ago
520633b
Support deoptimization on exception
by Sebastien Hertz
· 9 years ago
b995c0a
Update instrumentation stack after exception event
by Sebastien Hertz
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
f795869
Follow up on CL 151605
by Sebastien Hertz
· 9 years ago
1f2d3ba
Fix nested deoptimization.
by Mingyao Yang
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
8e5bd18
Add a flag to StackVisitor for inlining.
by Nicolas Geoffray
· 10 years ago
50030ef
Check IsReferenceVReg during deopt
by Mathieu Chartier
· 10 years ago
241a958
Fix mismatched new[]/delete.
by Christopher Ferris
· 10 years ago
15b9d52
API change in StackVisitor::GetVReg*.
by Nicolas Geoffray
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
7642cfc
Change how we report exceptions to the debugger.
by Nicolas Geoffray
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
2e04bb2
ART: Allow class-loading during deopt
by Andreas Gampe
· 10 years ago
270a0e1
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
4306ef8
Don't allow suspension from FindLocksAtDexPc
by Mathieu Chartier
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
0714083
Enable -Wunreachable-code
by Ian Rogers
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
dc37617
Handlerize MethodVerifier::mirror_method_.
by Hiroshi Yamauchi
· 10 years ago
649278c
More efficient stack walk in exception throwing.
by Hiroshi Yamauchi
· 10 years ago
c901dd7
Fix access to long/double stack values from debugger
by Sebastien Hertz
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 10 years ago
9f10203
Fix exception reporting from interpreter
by Sebastien Hertz
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 10 years ago
5cf9819
Don't report down-calls as unhandled exceptions.
by Ian Rogers
· 10 years ago
cf4035a
ART: Use StackReference in Quick Stack Frame
by Andreas Gampe
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
ff093b3
Fix a few 64-bit compilation of 32-bit code issues.
by Ian Rogers
· 11 years ago
714f175
Visit deoptimized shadow frames as roots
by Sebastien Hertz
· 11 years ago
fd3077e
Refactor exception handling for deoptimization
by Sebastien Hertz
· 11 years ago
[Renamed (67%) from runtime/catch_finder.cc]
d45a1f5
Avoid instrumentation stack corruption.
by Sebastien Hertz
· 11 years ago