Lines Matching defs:snapshot
89 V8_INLINE HeapSnapshot* snapshot() const;
124 HeapEntry(HeapSnapshot* snapshot, int index, Type type, const char* name,
127 HeapSnapshot* snapshot() { return snapshot_; }
194 // The count is used during the snapshot build phase,
212 // HeapSnapshot represents a single heap snapshot. It is stored in
373 V8HeapExplorer(HeapSnapshot* snapshot,
525 NativeObjectsExplorer(HeapSnapshot* snapshot,
562 HeapSnapshotGenerator(HeapSnapshot* snapshot,
638 // Used during snapshot generation.
653 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot)
654 : snapshot_(snapshot),