Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc2797 void HeapSnapshotJSONSerializer::Serialize(v8::OutputStream* stream) { in Serialize()
2811 void HeapSnapshotJSONSerializer::SerializeImpl() { in SerializeImpl()
2832 explicit HeapSnapshotJSONSerializerEnumerator(HeapSnapshotJSONSerializer* s) in HeapSnapshotJSONSerializerEnumerator()
2839 HeapSnapshotJSONSerializer* s_;
2842 void HeapSnapshotJSONSerializer::EnumerateNodes() { in EnumerateNodes()
2849 int HeapSnapshotJSONSerializer::GetNodeId(HeapEntry* entry) { in GetNodeId()
2858 int HeapSnapshotJSONSerializer::GetStringId(const char* s) { in GetStringId()
2868 void HeapSnapshotJSONSerializer::SerializeEdge(HeapGraphEdge* edge) { in SerializeEdge()
2883 void HeapSnapshotJSONSerializer::SerializeNode(HeapEntry* entry) { in SerializeNode()
2907 void HeapSnapshotJSONSerializer::SerializeNodes() { in SerializeNodes()
[all …]
Dprofile-generator.h1071 class HeapSnapshotJSONSerializer {
1073 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot) in HeapSnapshotJSONSerializer() function
1115 DISALLOW_COPY_AND_ASSIGN(HeapSnapshotJSONSerializer);
Dapi.cc5481 i::HeapSnapshotJSONSerializer serializer(ToInternal(this)); in Serialize()