Reviewers: loislo, Yang,
Message:
Committed patchset #1 (id:1) manually as 24948 (tree was closed).
Description:
Revert "Heap profiler clean-up: remove unused methods"
This reverts commit 63fd24a7c0782ccc3221803e3a2740f1e1b92ceb. Broke
compilation
on Mac.
[email protected], [email protected]
Committed: https://code.google.com/p/v8/source/detail?r=24948
Please review this at https://codereview.chromium.org/684883002/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -0 lines):
M src/heap-snapshot-generator.h
Index: src/heap-snapshot-generator.h
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
index
0213539171e9c66a0f419fc37f62d9dab2818f6c..3e4ce71b8ad80bb102092e7368e0380b0ffab577
100644
--- a/src/heap-snapshot-generator.h
+++ b/src/heap-snapshot-generator.h
@@ -332,6 +332,7 @@ class V8HeapExplorer : public HeapEntriesAllocator {
v8::HeapProfiler::ObjectNameResolver* resolver);
virtual ~V8HeapExplorer();
virtual HeapEntry* AllocateEntry(HeapThing ptr);
+ void AddRootEntries(SnapshotFiller* filler);
int EstimateObjectsCount(HeapIterator* iterator);
bool IterateAndExtractReferences(SnapshotFiller* filler);
void TagGlobalObjects();
@@ -472,6 +473,7 @@ class NativeObjectsExplorer {
NativeObjectsExplorer(HeapSnapshot* snapshot,
SnapshottingProgressReportingInterface* progress);
virtual ~NativeObjectsExplorer();
+ void AddRootEntries(SnapshotFiller* filler);
int EstimateObjectsCount();
bool IterateAndExtractReferences(SnapshotFiller* filler);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.