summaryrefslogtreecommitdiffstats
path: root/runtime/hprof
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-2/+2
* Add detection of zygote vs app vs image objects in hprofMathieu Chartier2014-07-211-7/+19
* Fix identifier size in the heap dump.Calin Juravle2014-07-171-2/+6
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-11/+5
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-1/+1
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-5/+5
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-19/+12
* Object model changes to support 64bit.Ian Rogers2014-02-061-84/+96
* Avoid some string allocations.Vladimir Marko2013-11-211-1/+1
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-4/+4
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+4
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-9/+9
* Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-6/+6
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-122-0/+1120