summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-46/+39
* Support multiple instrumentation clientsSebastien Hertz2015-05-071-13/+35
* ART: Streaming trace modeAndreas Gampe2015-04-151-1/+7
* Move ArtField to nativeMathieu Chartier2015-04-101-7/+7
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-1/+1
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-1/+0
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-6/+2
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-7/+30
* Revert "Add JIT"Nicolas Geoffray2015-02-241-30/+7
* Add JITMathieu Chartier2015-02-231-7/+30
* Follow up on CL 123650Sebastien Hertz2015-01-211-1/+1
* Remove portable.Elliott Hughes2014-12-121-6/+1
* Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-1/+1
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-7/+8
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-5/+9
* Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-5/+5
* Reduce lock contention when debuggingSebastien Hertz2014-09-021-17/+18
* Optimized instrumentation listener handlingDaniel Mihalyi2014-08-181-4/+8
* 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