index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
instrumentation.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nested deoptimization.
Mingyao Yang
2015-06-18
1
-1
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-74
/
+38
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-4
/
+10
*
Support multiple instrumentation clients
Sebastien Hertz
2015-05-07
1
-124
/
+129
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-6
/
+6
*
ART: Streaming trace mode
Andreas Gampe
2015-04-15
1
-7
/
+1
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-2
/
+2
*
Fix CC root visiting bug
Mathieu Chartier
2015-04-07
1
-1
/
+1
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-2
/
+3
*
JDWP: Optimized single step during debugging
Daniel Mihalyi
2015-03-24
1
-1
/
+2
*
Add more info to who called SuspendAll
Mathieu Chartier
2015-03-13
1
-1
/
+1
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-7
/
+4
*
Change how we report exceptions to the debugger.
Nicolas Geoffray
2015-03-03
1
-2
/
+0
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-2
/
+25
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-25
/
+2
*
Add JIT
Mathieu Chartier
2015-02-23
1
-2
/
+25
*
Fix compaction bugs related to IdentityHashCode
Mathieu Chartier
2015-01-23
1
-0
/
+3
*
Merge "Fix exception handling during deoptimization"
Sebastien Hertz
2015-01-23
1
-6
/
+5
|
\
|
*
Fix exception handling during deoptimization
Sebastien Hertz
2015-01-23
1
-6
/
+5
*
|
Follow up on CL 123650
Sebastien Hertz
2015-01-21
1
-3
/
+3
*
|
Update instrumentation stubs on resolved classes
Sebastien Hertz
2015-01-19
1
-6
/
+15
|
/
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-1
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-50
/
+8
*
Fix oatdump to use OatHeader pointer size
Mathieu Chartier
2014-11-21
1
-2
/
+2
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-5
/
+6
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-0
/
+1
*
ART: Remove old LOG(INFO)
Andreas Gampe
2014-10-23
1
-2
/
+0
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-3
/
+3
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-0
/
+1
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-26
/
+25
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-23
/
+30
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-7
/
+10
*
Fixed wrong field usage in Instrumentation::RemoveListener
Daniel Mihalyi
2014-08-21
1
-1
/
+1
*
Check for constructor first when installing tracing stubs.
Jeff Hao
2014-08-19
1
-5
/
+3
*
Optimized instrumentation listener handling
Daniel Mihalyi
2014-08-18
1
-54
/
+112
*
Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.
Jeff Hao
2014-08-15
1
-0
/
+7
*
Make method tracing deoptimize on startup.
Jeff Hao
2014-08-11
1
-1
/
+1
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-9
/
+6
*
Add read barriers for the GC roots in Instrumentation.
Hiroshi Yamauchi
2014-07-21
1
-24
/
+78
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
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
-28
/
+34
*
Fix missing single-step event
Sebastien Hertz
2014-07-10
1
-27
/
+53
*
Fix method tracing from command-line
Sebastien Hertz
2014-07-09
1
-2
/
+5
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-14
/
+12
*
Merge "Change MethodHelper to use a Handle."
Mathieu Chartier
2014-06-10
1
-1
/
+2
|
\
|
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-1
/
+2
*
|
ART: Add instrumentation stubs for ARM64 and X86-64
Andreas Gampe
2014-06-09
1
-5
/
+6
|
/
*
Fix method tracing's handling of shadow frames on startup.
Jeff Hao
2014-05-27
1
-13
/
+17
*
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-4
/
+4
[next]