summaryrefslogtreecommitdiffstats
path: root/runtime/hprof
Commit message (Expand)AuthorAgeFilesLines
* ART: Weaken size check in hprofAndreas Gampe2015-08-281-4/+5
* Fix field ordering for String in hprofMathieu Chartier2015-06-231-23/+25
* Add a way to determine if a large object is a zygote objectMathieu Chartier2015-06-031-2/+7
* Emit instance fields for java.lang.Object in hprofMathieu Chartier2015-06-031-3/+3
* Add a way to SuspendAll for a long durationMathieu Chartier2015-06-021-1/+1
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* In hprof, use an address within string for char array of empty string.Jeff Hao2015-05-141-2/+9
* In hprof, set string class instance size to that of an empty string.Jeff Hao2015-05-141-1/+5
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+30
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Move ArtField to nativeMathieu Chartier2015-04-101-4/+4
* Ignore not yet loaded classes during hprofSebastien Hertz2015-04-071-0/+4
* Merge "ART: Add Clang's -Wused-but-marked-unused"Andreas Gampe2015-04-061-1/+1
|\
| * ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-1/+1
* | Refactor and improve GC root handlingMathieu Chartier2015-04-061-75/+66
|/
* Visit image roots for hprofMathieu Chartier2015-03-311-0/+1
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* Fix failing hprof DCHECKMathieu Chartier2015-03-061-11/+33
* Fix byte and char Get32Mathieu Chartier2015-03-061-4/+4
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+11
* Clean up the locks around Heap::VisitObjects().Hiroshi Yamauchi2015-01-201-11/+5
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-7/+7
* ART: Hprof cleanupAndreas Gampe2015-01-131-673/+705
* Change hprof to use streamingMathieu Chartier2015-01-091-273/+300
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-2/+7
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-2/+2
* 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