index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
hprof
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix field ordering for String in hprof
Mathieu Chartier
2015-06-23
1
-23
/
+25
*
Add a way to determine if a large object is a zygote object
Mathieu Chartier
2015-06-03
1
-2
/
+7
*
Emit instance fields for java.lang.Object in hprof
Mathieu Chartier
2015-06-03
1
-3
/
+3
*
Add a way to SuspendAll for a long duration
Mathieu Chartier
2015-06-02
1
-1
/
+1
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
In hprof, use an address within string for char array of empty string.
Jeff Hao
2015-05-14
1
-2
/
+9
*
In hprof, set string class instance size to that of an empty string.
Jeff Hao
2015-05-14
1
-1
/
+5
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-4
/
+30
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-4
/
+4
*
Ignore not yet loaded classes during hprof
Sebastien Hertz
2015-04-07
1
-0
/
+4
*
Merge "ART: Add Clang's -Wused-but-marked-unused"
Andreas Gampe
2015-04-06
1
-1
/
+1
|
\
|
*
ART: Add Clang's -Wused-but-marked-unused
Andreas Gampe
2015-04-03
1
-1
/
+1
*
|
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-75
/
+66
|
/
*
Visit image roots for hprof
Mathieu Chartier
2015-03-31
1
-0
/
+1
*
Add more info to who called SuspendAll
Mathieu Chartier
2015-03-13
1
-1
/
+1
*
Fix failing hprof DCHECK
Mathieu Chartier
2015-03-06
1
-11
/
+33
*
Fix byte and char Get32
Mathieu Chartier
2015-03-06
1
-4
/
+4
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-1
/
+11
*
Clean up the locks around Heap::VisitObjects().
Hiroshi Yamauchi
2015-01-20
1
-11
/
+5
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-7
/
+7
*
ART: Hprof cleanup
Andreas Gampe
2015-01-13
1
-673
/
+705
*
Change hprof to use streaming
Mathieu Chartier
2015-01-09
1
-273
/
+300
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
1
-2
/
+7
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-2
/
+2
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-2
/
+2
*
Add detection of zygote vs app vs image objects in hprof
Mathieu Chartier
2014-07-21
1
-7
/
+19
*
Fix identifier size in the heap dump.
Calin Juravle
2014-07-17
1
-2
/
+6
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-11
/
+5
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Avoid marking old class linker and intern table roots during pause.
Mathieu Chartier
2014-03-04
1
-1
/
+1
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-5
/
+5
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-19
/
+12
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-84
/
+96
*
Avoid some string allocations.
Vladimir Marko
2013-11-21
1
-1
/
+1
*
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
1
-4
/
+4
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-5
/
+4
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-9
/
+9
*
Fixing cpplint readability/casting issues
Brian Carlstrom
2013-07-18
1
-6
/
+6
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
2
-0
/
+1120