Lines Matching refs:HeapSnapshot
10171 static i::HeapSnapshot* ToInternal(const HeapSnapshot* snapshot) {
10172 return const_cast<i::HeapSnapshot*>(
10173 reinterpret_cast<const i::HeapSnapshot*>(snapshot));
10176 void HeapSnapshot::Delete() {
10187 const HeapGraphNode* HeapSnapshot::GetRoot() const {
10191 const HeapGraphNode* HeapSnapshot::GetNodeById(SnapshotObjectId id) const {
10196 int HeapSnapshot::GetNodesCount() const {
10200 const HeapGraphNode* HeapSnapshot::GetNode(int index) const {
10205 SnapshotObjectId HeapSnapshot::GetMaxSnapshotJSObjectId() const {
10209 void HeapSnapshot::Serialize(OutputStream* stream,
10210 HeapSnapshot::SerializationFormat format) const {
10211 Utils::ApiCheck(format == kJSON, "v8::HeapSnapshot::Serialize",
10213 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::HeapSnapshot::Serialize",
10227 const HeapSnapshot* HeapProfiler::GetHeapSnapshot(int index) {
10228 return reinterpret_cast<const HeapSnapshot*>(
10252 const HeapSnapshot* HeapProfiler::TakeHeapSnapshot(
10255 return reinterpret_cast<const HeapSnapshot*>(