Home | History | Annotate | Download | only in src

Lines Matching defs:HeapSnapshot

16 class HeapSnapshot;
34 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
53 INLINE(HeapSnapshot* snapshot() const);
92 HeapEntry(HeapSnapshot* snapshot,
99 HeapSnapshot* snapshot() { return snapshot_; }
131 HeapSnapshot* snapshot_;
139 // HeapSnapshot represents a single heap snapshot. It is stored in
143 // HeapSnapshotGenerator fills in a HeapSnapshot.
144 class HeapSnapshot {
146 HeapSnapshot(HeapProfiler* profiler,
201 DISALLOW_COPY_AND_ASSIGN(HeapSnapshot);
333 V8HeapExplorer(HeapSnapshot* snapshot,
455 HeapSnapshot* snapshot_;
484 NativeObjectsExplorer(HeapSnapshot* snapshot,
518 HeapSnapshot* snapshot_;
541 HeapSnapshotGenerator(HeapSnapshot* snapshot,
553 HeapSnapshot* snapshot_;
571 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot)
610 HeapSnapshot* snapshot_;