Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator-inl.h55 uint32_t HeapSnapshotJSONSerializer::StringHash(const void* string) { in StringHash()
62 int HeapSnapshotJSONSerializer::to_node_index(const HeapEntry* e) { in to_node_index()
66 int HeapSnapshotJSONSerializer::to_node_index(int entry_index) { in to_node_index()
Dheap-snapshot-generator.h651 class HeapSnapshotJSONSerializer {
653 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot) in HeapSnapshotJSONSerializer() function
659 HeapSnapshotJSONSerializer(const HeapSnapshotJSONSerializer&) = delete;
660 HeapSnapshotJSONSerializer& operator=(const HeapSnapshotJSONSerializer&) =
Dheap-snapshot-generator.cc2797 const int HeapSnapshotJSONSerializer::kEdgeFieldsCount = 3;
2799 const int HeapSnapshotJSONSerializer::kNodeFieldsCount = 7;
2801 void HeapSnapshotJSONSerializer::Serialize(v8::OutputStream* stream) { in Serialize()
2814 void HeapSnapshotJSONSerializer::SerializeImpl() { in SerializeImpl()
2858 int HeapSnapshotJSONSerializer::GetStringId(const char* s) { in GetStringId()
2914 void HeapSnapshotJSONSerializer::SerializeEdge(HeapGraphEdge* edge, in SerializeEdge()
2937 void HeapSnapshotJSONSerializer::SerializeEdges() { in SerializeEdges()
2947 void HeapSnapshotJSONSerializer::SerializeNode(const HeapEntry* entry) { in SerializeNode()
2977 void HeapSnapshotJSONSerializer::SerializeNodes() { in SerializeNodes()
2985 void HeapSnapshotJSONSerializer::SerializeSnapshot() { in SerializeSnapshot()
[all …]
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1015 HeapSnapshotJSONSerializer serializer(snapshot); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
Dapi.cc10181 i::HeapSnapshotJSONSerializer serializer(ToInternal(this)); in Serialize()