Home | History | Annotate | Download | only in src

Lines Matching defs:HeapSnapshot

39 class HeapSnapshot;
56 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
74 INLINE(HeapSnapshot* snapshot() const);
112 HeapEntry(HeapSnapshot* snapshot,
118 HeapSnapshot* snapshot() { return snapshot_; }
152 HeapSnapshot* snapshot_;
157 // HeapSnapshot represents a single heap snapshot. It is stored in
161 // HeapSnapshotGenerator fills in a HeapSnapshot.
162 class HeapSnapshot {
164 HeapSnapshot(HeapProfiler* profiler,
218 DISALLOW_COPY_AND_ASSIGN(HeapSnapshot);
379 V8HeapExplorer(HeapSnapshot* snapshot,
476 HeapSnapshot* snapshot_;
504 NativeObjectsExplorer(HeapSnapshot* snapshot,
538 HeapSnapshot* snapshot_;
561 HeapSnapshotGenerator(HeapSnapshot* snapshot,
573 HeapSnapshot* snapshot_;
591 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot)
630 HeapSnapshot* snapshot_;