Revision: 24954
Author:   [email protected]
Date:     Tue Oct 28 16:31:43 2014 UTC
Log:      Heap profiler clean-up: remove dead code

[email protected], [email protected]
LOG=N
BUG=Non

Review URL: https://codereview.chromium.org/681333003
https://code.google.com/p/v8/source/detail?r=24954

Modified:
 /branches/bleeding_edge/src/heap-snapshot-generator.cc
 /branches/bleeding_edge/src/heap-snapshot-generator.h

=======================================
--- /branches/bleeding_edge/src/heap-snapshot-generator.cc Mon Oct 27 12:37:40 2014 UTC +++ /branches/bleeding_edge/src/heap-snapshot-generator.cc Tue Oct 28 16:31:43 2014 UTC
@@ -2300,7 +2300,6 @@
     : isolate_(snapshot->profiler()->heap_object_map()->heap()->isolate()),
       snapshot_(snapshot),
       names_(snapshot_->profiler()->names()),
-      progress_(progress),
       embedder_queried_(false),
       objects_by_info_(RetainedInfosMatch),
       native_groups_(StringsMatch),
=======================================
--- /branches/bleeding_edge/src/heap-snapshot-generator.h Tue Oct 28 15:12:12 2014 UTC +++ /branches/bleeding_edge/src/heap-snapshot-generator.h Tue Oct 28 16:31:43 2014 UTC
@@ -176,7 +176,6 @@
   void FillChildren();

   void Print(int max_depth);
-  void PrintEntriesSize();

  private:
   HeapEntry* AddRootEntry();
@@ -332,7 +331,6 @@
                  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();
@@ -473,7 +471,6 @@
   NativeObjectsExplorer(HeapSnapshot* snapshot,
                         SnapshottingProgressReportingInterface* progress);
   virtual ~NativeObjectsExplorer();
-  void AddRootEntries(SnapshotFiller* filler);
   int EstimateObjectsCount();
   bool IterateAndExtractReferences(SnapshotFiller* filler);

@@ -506,7 +503,6 @@
   Isolate* isolate_;
   HeapSnapshot* snapshot_;
   StringsStorage* names_;
-  SnapshottingProgressReportingInterface* progress_;
   bool embedder_queried_;
   HeapObjectsSet in_groups_;
   // RetainedObjectInfo* -> List<HeapObject*>*

--
--
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.

Reply via email to