summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-4/+8
* Merge "Fix crash when debugging exception"Sebastien Hertz2014-04-221-1/+4
|\
| * Fix crash when debugging exceptionSebastien Hertz2014-04-041-1/+4
* | Merge "Speed up single-stepping"Sebastien Hertz2014-04-221-7/+8
|\ \
| * | Speed up single-steppingSebastien Hertz2014-04-091-7/+8
| |/
* | Prepare field watchpoint supportSebastien Hertz2014-04-151-0/+49
|/
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-13/+65
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-17/+18
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-6/+11
* Fix the bug that some compiled code was invoked with -Xint.Hiroshi Yamauchi2014-02-281-2/+12
* Fix deoptimization deadlockSebastien Hertz2014-02-201-10/+11
* Object model changes to support 64bit.Ian Rogers2014-02-061-35/+77
* Selective deoptimization.Sebastien Hertz2014-01-131-115/+234
* Background compaction support.Mathieu Chartier2014-01-081-8/+8
* Tidy up memory barriers.Ian Rogers2013-12-201-4/+4
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-27/+21
* Merge "Propagate 'this_object' for method unwind event." into dalvik-devSebastien Hertz2013-11-191-1/+1
|\
| * Propagate 'this_object' for method unwind event.Sebastien Hertz2013-11-191-1/+1
* | Fix missing class initialization during instrumentation.Sebastien Hertz2013-11-151-6/+19
|/
* am 910a7b7a: am 937041e4: am 02b10d6f: Do not instrument proxy methods.Jeff Hao2013-11-061-4/+4
|\
| * Do not instrument proxy methods.Jeff Hao2013-11-061-4/+4
* | Fix oatdump and valgrind.Ian Rogers2013-11-061-0/+52
* | Improve interpreter handler table management.Sebastien Hertz2013-10-171-0/+2
* | Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-171-1/+1
* | Don't deopt for tracing due to stability.Ian Rogers2013-09-111-1/+1
* | Deopt for method entry/exit when not sampling.Ian Rogers2013-09-061-4/+17
|/
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-19/+9
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-16/+16
* Entry point clean up.Ian Rogers2013-08-071-13/+13
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-7/+7
* am 2d88862f: Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-191-2/+3
|\
| * Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-2/+3
* | Fixes to instrumentation for debug build and interpreter.Jeff Hao2013-07-171-8/+30
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+573