Home
last modified time | relevance | path

Searched refs:nodeCount (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts42 private nodeCount: number; property in HeapLoader
57 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 …]
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
Dpbreader_js_cpu_profiler_parser.cpp68 int nodeCount = jMessage.at("nodes").size(); in ParseNodeData() local
70 for (int i = 0; i < nodeCount; i++) { in ParseNodeData()
Dpbreader_js_memory_parser.cpp48 int32_t nodeCount; member
103 j.at("node_count").get_to(v.nodeCount); in from_json()
620 auto nodeCount = snapshot.nodeCount; in ParserJSSnapInfo() local
623 … (void)traceDataCache_->GetJsHeapInfoData()->AppendNewData(fileId, "node_count", 0, nodeCount, ""); in ParserJSSnapInfo()
/developtools/smartperf_host/ide/test/js-heap/
DHeapDataInterface.test.ts92 nodeCount: 1,
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts242 nodeCount!: number;
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts84 file.snapshotStruct.nodeCount = row.intValue;
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts265 nodeCount: 1,
DHeapLoader.test.ts126 nodeCount: 1,