commit | 83c8ee000d525017ead8753fce6bc1020249b96a | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Jan 28 14:50:23 2014 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Feb 11 10:40:10 2014 -0800 |
tree | d5167ed15dee2629905ac3640b6ea0578d4ae312 | |
parent | 7cba217ab0661d74deccbb97160cdf60b74d4ea3 [diff] [blame] |
Add root types and thread id to root visiting. Enables us to pass the root type and thread id to hprof. Bug: 12680863 Change-Id: I6a0f1f9e3aa8f9b4033d695818ae7ca3460d67cb
diff --git a/runtime/gc/space/bump_pointer_space.cc b/runtime/gc/space/bump_pointer_space.cc index a314d74..2e07bd3 100644 --- a/runtime/gc/space/bump_pointer_space.cc +++ b/runtime/gc/space/bump_pointer_space.cc
@@ -137,7 +137,7 @@ return storage; } -void BumpPointerSpace::Walk(ObjectVisitorCallback callback, void* arg) { +void BumpPointerSpace::Walk(ObjectCallback* callback, void* arg) { byte* pos = Begin(); {