Lines Matching refs:snapshotStruct
79 file.snapshotStruct.nodeCount = row.intValue;
82 file.snapshotStruct.edgeCount = row.intValue;
85 file.snapshotStruct.functionCount = row.intValue;
93 let heapNodes = file.snapshotStruct.nodeMap;
100 file.snapshotStruct.strings[row.nameIdx],
108 if (file.snapshotStruct.rootNodeId === -1) {
109 file.snapshotStruct.rootNodeId = row.id;
117 file.snapshotStruct.edges = await queryHeapEdge(file.id);
121 file.snapshotStruct.functionInfos = await queryHeapFunction(file.id);
126 let heapTraceNode = file.snapshotStruct.traceNodes;
127 let strings = file.snapshotStruct.strings;
150 file.snapshotStruct.samples = await queryHeapSample(file.id);
156 file.snapshotStruct.strings.push(data.string);