Home
last modified time | relevance | path

Searched refs:HeapSnapshotJSONSerializer (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc2679 const int HeapSnapshotJSONSerializer::kEdgeFieldsCount = 3;
2681 const int HeapSnapshotJSONSerializer::kNodeFieldsCount = 6;
2683 void HeapSnapshotJSONSerializer::Serialize(v8::OutputStream* stream) { in Serialize()
2696 void HeapSnapshotJSONSerializer::SerializeImpl() { in SerializeImpl()
2735 int HeapSnapshotJSONSerializer::GetStringId(const char* s) { in GetStringId()
2788 void HeapSnapshotJSONSerializer::SerializeEdge(HeapGraphEdge* edge, in SerializeEdge()
2812 void HeapSnapshotJSONSerializer::SerializeEdges() { in SerializeEdges()
2823 void HeapSnapshotJSONSerializer::SerializeNode(HeapEntry* entry) { in SerializeNode()
2851 void HeapSnapshotJSONSerializer::SerializeNodes() { in SerializeNodes()
2860 void HeapSnapshotJSONSerializer::SerializeSnapshot() { in SerializeSnapshot()
[all …]
Dheap-snapshot-generator.h573 class HeapSnapshotJSONSerializer {
575 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot) in HeapSnapshotJSONSerializer() function
624 DISALLOW_COPY_AND_ASSIGN(HeapSnapshotJSONSerializer);
/external/v8/src/
Dapi.cc9923 i::HeapSnapshotJSONSerializer serializer(ToInternal(this)); in Serialize()