summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix nested deoptimization.Mingyao Yang2015-06-181-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-74/+38
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-4/+10
* Support multiple instrumentation clientsSebastien Hertz2015-05-071-124/+129
* Replace NULL with nullptrMathieu Chartier2015-04-221-6/+6
* ART: Streaming trace modeAndreas Gampe2015-04-151-7/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* Fix CC root visiting bugMathieu Chartier2015-04-071-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+3
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-1/+2
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-7/+4
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-2/+0
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-2/+25
* Revert "Add JIT"Nicolas Geoffray2015-02-241-25/+2
* Add JITMathieu Chartier2015-02-231-2/+25
* Fix compaction bugs related to IdentityHashCodeMathieu Chartier2015-01-231-0/+3
* Merge "Fix exception handling during deoptimization"Sebastien Hertz2015-01-231-6/+5
|\
| * Fix exception handling during deoptimizationSebastien Hertz2015-01-231-6/+5
* | Follow up on CL 123650Sebastien Hertz2015-01-211-3/+3
* | Update instrumentation stubs on resolved classesSebastien Hertz2015-01-191-6/+15
|/
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-1/+1
* Remove portable.Elliott Hughes2014-12-121-50/+8
* Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-2/+2
* ART: More warningsAndreas Gampe2014-11-041-5/+6
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* ART: Remove old LOG(INFO)Andreas Gampe2014-10-231-2/+0
* Tidy up logging.Ian Rogers2014-10-221-3/+3
* Refactor quick entrypointsIan Rogers2014-10-201-0/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-26/+25
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-23/+30
* Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-7/+10
* Fixed wrong field usage in Instrumentation::RemoveListenerDaniel Mihalyi2014-08-211-1/+1
* Check for constructor first when installing tracing stubs.Jeff Hao2014-08-191-5/+3
* Optimized instrumentation listener handlingDaniel Mihalyi2014-08-181-54/+112
* Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.Jeff Hao2014-08-151-0/+7
* Make method tracing deoptimize on startup.Jeff Hao2014-08-111-1/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-9/+6
* Add read barriers for the GC roots in Instrumentation.Hiroshi Yamauchi2014-07-211-24/+78
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-28/+34
* Fix missing single-step eventSebastien Hertz2014-07-101-27/+53
* Fix method tracing from command-lineSebastien Hertz2014-07-091-2/+5
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-14/+12
* Merge "Change MethodHelper to use a Handle."Mathieu Chartier2014-06-101-1/+2
|\
| * Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-1/+2
* | ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-091-5/+6
|/
* Fix method tracing's handling of shadow frames on startup.Jeff Hao2014-05-271-13/+17
* Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-4/+4