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 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
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-4
/
+8
*
Merge "Fix crash when debugging exception"
Sebastien Hertz
2014-04-22
1
-1
/
+4
|
\
|
*
Fix crash when debugging exception
Sebastien Hertz
2014-04-04
1
-1
/
+4
*
|
Merge "Speed up single-stepping"
Sebastien Hertz
2014-04-22
1
-7
/
+8
|
\
\
|
*
|
Speed up single-stepping
Sebastien Hertz
2014-04-09
1
-7
/
+8
|
|
/
*
|
Prepare field watchpoint support
Sebastien Hertz
2014-04-15
1
-0
/
+49
|
/
*
Add missing debugger root visiting.
Mathieu Chartier
2014-03-25
1
-13
/
+65
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
1
-17
/
+18
*
Guard entrypoint changing by runtime shutdown lock.
Mathieu Chartier
2014-03-03
1
-6
/
+11
*
Fix the bug that some compiled code was invoked with -Xint.
Hiroshi Yamauchi
2014-02-28
1
-2
/
+12
*
Fix deoptimization deadlock
Sebastien Hertz
2014-02-20
1
-10
/
+11
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-35
/
+77
*
Selective deoptimization.
Sebastien Hertz
2014-01-13
1
-115
/
+234
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-8
/
+8
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-4
/
+4
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-27
/
+21
*
Merge "Propagate 'this_object' for method unwind event." into dalvik-dev
Sebastien Hertz
2013-11-19
1
-1
/
+1
|
\
|
*
Propagate 'this_object' for method unwind event.
Sebastien Hertz
2013-11-19
1
-1
/
+1
*
|
Fix missing class initialization during instrumentation.
Sebastien Hertz
2013-11-15
1
-6
/
+19
|
/
*
am 910a7b7a: am 937041e4: am 02b10d6f: Do not instrument proxy methods.
Jeff Hao
2013-11-06
1
-4
/
+4
|
\
|
*
Do not instrument proxy methods.
Jeff Hao
2013-11-06
1
-4
/
+4
*
|
Fix oatdump and valgrind.
Ian Rogers
2013-11-06
1
-0
/
+52
[next]