index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
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
*
Put the deoptimized method in the trace tag.
Nicolas Geoffray
2019-01-08
1
-0
/
+5
*
Merge "Use ArtMethod::GetDex{File,Cache}() more."
Treehugger Robot
2018-11-29
1
-1
/
+1
|
\
|
*
Use ArtMethod::GetDex{File,Cache}() more.
Vladimir Marko
2018-11-29
1
-1
/
+1
*
|
Revert^4 "ART: Add StackVisitor accepting a lambda"
Andreas Gampe
2018-11-19
1
-92
/
+67
|
/
*
Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""
Nicolas Geoffray
2018-11-17
1
-67
/
+92
*
Revert^2 "ART: Add StackVisitor accepting a lambda"
Andreas Gampe
2018-11-16
1
-92
/
+67
*
Revert "ART: Add StackVisitor accepting a lambda"
Andreas Gampe
2018-11-16
1
-67
/
+92
*
ART: Add StackVisitor accepting a lambda
Andreas Gampe
2018-11-02
1
-92
/
+67
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-23
1
-3
/
+6
*
Revert^4 "JVMTI PopFrame support"
Alex Light
2018-10-11
1
-0
/
+2
*
ART: Continue adding override annotations
Andreas Gampe
2018-09-07
1
-1
/
+1
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-6
/
+6
*
Correctly send MethodExit events from exception handlers
Alex Light
2018-07-10
1
-75
/
+110
*
Merge "Use iterators to access stack map data."
David Srbecky
2018-07-05
1
-1
/
+1
|
\
|
*
Use iterators to access stack map data.
David Srbecky
2018-07-04
1
-1
/
+1
*
|
ART: Do not use std::<container>::at().
Vladimir Marko
2018-07-03
1
-1
/
+1
|
/
*
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-14
1
-10
/
+8
*
Remove unused GetDexRegisterMap arguments.
David Srbecky
2018-06-07
1
-12
/
+9
*
Remove depth argument from InlineInfo accessors in stack maps.
David Srbecky
2018-06-05
1
-1
/
+1
*
Rewrite dex register map encoding in stackmaps.
David Srbecky
2018-06-01
1
-1
/
+1
*
Simplify DexRegisterMap API.
David Srbecky
2018-05-30
1
-18
/
+8
*
Revert^2 "Optimize register mask and stack mask in stack maps."
David Srbecky
2018-05-30
1
-1
/
+1
*
Revert "Optimize register mask and stack mask in stack maps."
Vladimir Marko
2018-05-29
1
-1
/
+1
*
Optimize register mask and stack mask in stack maps.
David Srbecky
2018-05-28
1
-1
/
+1
*
Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."
Vladimir Marko
2018-05-23
1
-0
/
+1
|
\
|
*
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
Vladimir Marko
2018-05-23
1
-0
/
+1
*
|
Rewrite stackmap encoding code.
David Srbecky
2018-05-21
1
-27
/
+20
|
/
*
Fix delivering async exception while in compiled code.
Vladimir Marko
2018-03-14
1
-4
/
+4
*
Revert "Revert "Make libdexfile build independent of runtime dir""
David Sehr
2018-01-31
1
-3
/
+3
*
Revert "Make libdexfile build independent of runtime dir"
David Sehr
2018-01-30
1
-3
/
+3
*
Make libdexfile build independent of runtime dir
David Sehr
2018-01-30
1
-3
/
+3
*
Create dex subdirectory
David Sehr
2018-01-05
1
-2
/
+2
*
Make CodeItem fields private
Mathieu Chartier
2017-12-22
1
-3
/
+6
*
ART: Remove base/logging from heap-inl.h
Andreas Gampe
2017-12-07
1
-0
/
+1
*
Check the to-space invariant on a delivered exception.
Roland Levillain
2017-09-28
1
-4
/
+3
*
ART: Move kDexNoIndex to dex_file_types.h
Andreas Gampe
2017-09-18
1
-3
/
+4
*
Move deopt and jit logs from LOG(INFO) to VLOG(jit).
Nicolas Geoffray
2017-08-09
1
-9
/
+7
*
Add runtime reasons for deopt.
Nicolas Geoffray
2017-05-10
1
-1
/
+5
*
ART: More header cleanup - method_verifier.h
Andreas Gampe
2017-04-24
1
-1
/
+0
*
Clean up code info table layout
Mathieu Chartier
2017-02-08
1
-1
/
+1
*
Deduplicate register masks
Mathieu Chartier
2017-02-01
1
-1
/
+1
*
Deduplicate stack masks
David Srbecky
2017-01-31
1
-2
/
+2
*
Merge "Revert "Revert "Make --debuggable rely on JIT code."""
Nicolas Geoffray
2017-01-30
1
-1
/
+3
|
\
|
*
Revert "Revert "Make --debuggable rely on JIT code.""
Nicolas Geoffray
2017-01-30
1
-1
/
+3
*
|
Merge "Revert "Make --debuggable rely on JIT code.""
Vladimir Marko
2017-01-30
1
-3
/
+1
|
\
|
|
*
Revert "Make --debuggable rely on JIT code."
Vladimir Marko
2017-01-30
1
-3
/
+1
*
|
Merge "Make --debuggable rely on JIT code."
Nicolas Geoffray
2017-01-30
1
-1
/
+3
|
\
|
|
*
Make --debuggable rely on JIT code.
Nicolas Geoffray
2017-01-30
1
-1
/
+3
*
|
Remove alignment bits in between stack maps
Mathieu Chartier
2017-01-27
1
-1
/
+1
|
/
*
Move most of art::Thread to ObjPtr
Mathieu Chartier
2017-01-10
1
-1
/
+1
[next]