summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation.h
Commit message (Expand)AuthorAgeFilesLines
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-1/+3
* Add read barriers for the GC roots in Instrumentation.Hiroshi Yamauchi2014-07-211-4/+23
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-0/+4
* ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-091-2/+3
* Reduce header files including header files.Ian Rogers2014-06-061-4/+4
* Register debugger for interesting instrumentation events onlySebastien Hertz2014-05-151-0/+1
* Prepare field watchpoint supportSebastien Hertz2014-04-151-5/+62
* Support inlining with breakpointSebastien Hertz2014-03-271-2/+7
* Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-2/+2
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-17/+15
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-0/+4
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-3/+5
* Fix the bug that some compiled code was invoked with -Xint.Hiroshi Yamauchi2014-02-281-0/+4
* Fix deoptimization deadlockSebastien Hertz2014-02-201-1/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-14/+15
* Selective deoptimization.Sebastien Hertz2014-01-131-4/+55
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-1/+3
* Merge "Propagate 'this_object' for method unwind event." into dalvik-devSebastien Hertz2013-11-191-2/+3
|\
| * Propagate 'this_object' for method unwind event.Sebastien Hertz2013-11-191-2/+3
* | Fix missing class initialization during instrumentation.Sebastien Hertz2013-11-151-2/+0
|/
* Fix oatdump and valgrind.Ian Rogers2013-11-061-2/+11
* Improve interpreter handler table management.Sebastien Hertz2013-10-171-1/+26
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-171-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-26/+26
* am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
|\
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* | Fixes to instrumentation for debug build and interpreter.Jeff Hao2013-07-171-1/+1
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+293