Lines Matching refs:HeapSnapshotJSONSerializer
2751 const int HeapSnapshotJSONSerializer::kEdgeFieldsCount = 3;
2753 const int HeapSnapshotJSONSerializer::kNodeFieldsCount = 6;
2755 void HeapSnapshotJSONSerializer::Serialize(v8::OutputStream* stream) { in Serialize()
2768 void HeapSnapshotJSONSerializer::SerializeImpl() { in SerializeImpl()
2802 int HeapSnapshotJSONSerializer::GetStringId(const char* s) { in GetStringId()
2855 void HeapSnapshotJSONSerializer::SerializeEdge(HeapGraphEdge* edge, in SerializeEdge()
2879 void HeapSnapshotJSONSerializer::SerializeEdges() { in SerializeEdges()
2890 void HeapSnapshotJSONSerializer::SerializeNode(HeapEntry* entry) { in SerializeNode()
2918 void HeapSnapshotJSONSerializer::SerializeNodes() { in SerializeNodes()
2927 void HeapSnapshotJSONSerializer::SerializeSnapshot() { in SerializeSnapshot()
3022 void HeapSnapshotJSONSerializer::SerializeTraceTree() { in SerializeTraceTree()
3030 void HeapSnapshotJSONSerializer::SerializeTraceNode(AllocationTraceNode* node) { in SerializeTraceNode()
3073 void HeapSnapshotJSONSerializer::SerializeTraceNodeInfos() { in SerializeTraceNodeInfos()
3112 void HeapSnapshotJSONSerializer::SerializeString(const unsigned char* s) { in SerializeString()
3162 void HeapSnapshotJSONSerializer::SerializeStrings() { in SerializeStrings()