summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation.cc
Commit message (Expand)AuthorAgeFilesLines
* 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