Heap profiler clean-up: remove unused methods
LOG=N BUG=None R=loislo@chromium.org, yangguo@chromium.org Review URL: https://codereview.chromium.org/680343002 Cr-Commit-Position: refs/heads/master@{#24946} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24946 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
27ad136bdb
commit
306ce733bf
@ -332,7 +332,6 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
|||||||
v8::HeapProfiler::ObjectNameResolver* resolver);
|
v8::HeapProfiler::ObjectNameResolver* resolver);
|
||||||
virtual ~V8HeapExplorer();
|
virtual ~V8HeapExplorer();
|
||||||
virtual HeapEntry* AllocateEntry(HeapThing ptr);
|
virtual HeapEntry* AllocateEntry(HeapThing ptr);
|
||||||
void AddRootEntries(SnapshotFiller* filler);
|
|
||||||
int EstimateObjectsCount(HeapIterator* iterator);
|
int EstimateObjectsCount(HeapIterator* iterator);
|
||||||
bool IterateAndExtractReferences(SnapshotFiller* filler);
|
bool IterateAndExtractReferences(SnapshotFiller* filler);
|
||||||
void TagGlobalObjects();
|
void TagGlobalObjects();
|
||||||
@ -473,7 +472,6 @@ class NativeObjectsExplorer {
|
|||||||
NativeObjectsExplorer(HeapSnapshot* snapshot,
|
NativeObjectsExplorer(HeapSnapshot* snapshot,
|
||||||
SnapshottingProgressReportingInterface* progress);
|
SnapshottingProgressReportingInterface* progress);
|
||||||
virtual ~NativeObjectsExplorer();
|
virtual ~NativeObjectsExplorer();
|
||||||
void AddRootEntries(SnapshotFiller* filler);
|
|
||||||
int EstimateObjectsCount();
|
int EstimateObjectsCount();
|
||||||
bool IterateAndExtractReferences(SnapshotFiller* filler);
|
bool IterateAndExtractReferences(SnapshotFiller* filler);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user