Lines Matching refs:HeapSnapshot
10309 static i::HeapSnapshot* ToInternal(const HeapSnapshot* snapshot) { in ToInternal()
10310 return const_cast<i::HeapSnapshot*>( in ToInternal()
10311 reinterpret_cast<const i::HeapSnapshot*>(snapshot)); in ToInternal()
10315 void HeapSnapshot::Delete() { in Delete()
10326 const HeapGraphNode* HeapSnapshot::GetRoot() const { in GetRoot()
10331 const HeapGraphNode* HeapSnapshot::GetNodeById(SnapshotObjectId id) const { in GetNodeById()
10337 int HeapSnapshot::GetNodesCount() const { in GetNodesCount()
10342 const HeapGraphNode* HeapSnapshot::GetNode(int index) const { in GetNode()
10348 SnapshotObjectId HeapSnapshot::GetMaxSnapshotJSObjectId() const { in GetMaxSnapshotJSObjectId()
10353 void HeapSnapshot::Serialize(OutputStream* stream, in Serialize()
10354 HeapSnapshot::SerializationFormat format) const { in Serialize()
10376 const HeapSnapshot* HeapProfiler::GetHeapSnapshot(int index) { in GetHeapSnapshot()
10377 return reinterpret_cast<const HeapSnapshot*>( in GetHeapSnapshot()
10401 const HeapSnapshot* HeapProfiler::TakeHeapSnapshot( in TakeHeapSnapshot()
10403 return reinterpret_cast<const HeapSnapshot*>( in TakeHeapSnapshot()