summaryrefslogtreecommitdiffstats
path: root/runtime/hprof/hprof.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1090