index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
quick_exception_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow up on CL 151605
Sebastien Hertz
2015-06-18
1
-3
/
+4
*
Fix nested deoptimization.
Mingyao Yang
2015-06-18
1
-83
/
+95
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-27
/
+23
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-4
/
+13
*
Check IsReferenceVReg during deopt
Mathieu Chartier
2015-05-08
1
-1
/
+4
*
Fix mismatched new[]/delete.
Christopher Ferris
2015-05-04
1
-1
/
+2
*
API change in StackVisitor::GetVReg*.
Nicolas Geoffray
2015-03-13
1
-13
/
+58
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-6
/
+4
*
Change how we report exceptions to the debugger.
Nicolas Geoffray
2015-03-03
1
-14
/
+4
*
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
Andreas Gampe
2015-02-23
1
-0
/
+1
*
ART: Allow class-loading during deopt
Andreas Gampe
2015-02-13
1
-12
/
+16
*
Fix exception handling during deoptimization
Sebastien Hertz
2015-01-23
1
-3
/
+1
*
Don't allow suspension from FindLocksAtDexPc
Mathieu Chartier
2015-01-06
1
-1
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-2
/
+2
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-2
/
+1
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-2
/
+3
*
Enable -Wunreachable-code
Ian Rogers
2014-09-30
1
-4
/
+4
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-3
/
+3
*
Handlerize MethodVerifier::mirror_method_.
Hiroshi Yamauchi
2014-08-22
1
-2
/
+3
*
More efficient stack walk in exception throwing.
Hiroshi Yamauchi
2014-08-13
1
-11
/
+11
*
Fix access to long/double stack values from debugger
Sebastien Hertz
2014-07-17
1
-2
/
+36
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-0
/
+3
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-4
/
+17
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-10
/
+13
*
Don't report down-calls as unhandled exceptions.
Ian Rogers
2014-05-30
1
-12
/
+174
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-5
/
+6
*
Fix a few 64-bit compilation of 32-bit code issues.
Ian Rogers
2014-05-01
1
-0
/
+1
*
Visit deoptimized shadow frames as roots
Sebastien Hertz
2014-04-29
1
-5
/
+1
*
Refactor exception handling for deoptimization
Sebastien Hertz
2014-04-25
1
-0
/
+141