Searched refs:nodeCount (Results 1 – 8 of 8) sorted by relevance
42 private nodeCount: number; property in HeapLoader57 this.nodeCount = fileStruct.snapshotStruct.nodeCount;62 this.nodes = new Array<HeapNode>(this.nodeCount);70 this.firstRetainerIndex = new Uint32Array(this.nodeCount + 1);71 this.dominatorTree = new Uint32Array(this.nodeCount);72 this.firstDominatedNodesIdx = new Uint32Array(this.nodeCount + 1);73 this.dominatedNodes = new Uint32Array(this.nodeCount - 1);158 this.firstRetainerIndex[this.nodeCount] = this.retainingNodes.length;184 let domState = new DOMState(this.nodeCount);222 if (postOrderIdx !== this.nodeCount) {[all …]
68 int nodeCount = jMessage.at("nodes").size(); in ParseNodeData() local70 for (int i = 0; i < nodeCount; i++) { in ParseNodeData()
48 int32_t nodeCount; member103 j.at("node_count").get_to(v.nodeCount); in from_json()620 auto nodeCount = snapshot.nodeCount; in ParserJSSnapInfo() local623 … (void)traceDataCache_->GetJsHeapInfoData()->AppendNewData(fileId, "node_count", 0, nodeCount, ""); in ParserJSSnapInfo()
92 nodeCount: 1,
242 nodeCount!: number;
84 file.snapshotStruct.nodeCount = row.intValue;
265 nodeCount: 1,
126 nodeCount: 1,