Home
last modified time | relevance | path

Searched refs:traceNodes (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts21 private traceNodes: Array<AllocationFunction>; property in AllocationLogic
27 this.traceNodes = this.fileStruct.snapshotStruct.traceNodes;
33 for (let node of this.traceNodes) {
105 let children = this.traceNodes[childrenId - 1].clone();
115 let children = this.traceNodes[childrenId - 1].clone();
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts21 private traceNodes: Array<AllocationFunction>; property in AllocationLogic
27 this.traceNodes = this.fileStruct.snapshotStruct.traceNodes;
33 for (let node of this.traceNodes) {
105 let children = this.traceNodes[childrenId - 1].clone();
115 let children = this.traceNodes[childrenId - 1].clone();
/developtools/profiler/host/smartperf/ide/src/js-heap/model/
DDatabaseStruct.ts250 traceNodes: Array<AllocationFunction>;
260 this.traceNodes = new Array<AllocationFunction>();
269 this.traceNodes.length = 0;
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts250 traceNodes: Array<AllocationFunction>;
260 this.traceNodes = new Array<AllocationFunction>();
269 this.traceNodes.length = 0;
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts144 traceNodes: [
319 let parentData = data.snapshotStruct.traceNodes[0];
356 let parentData = data.snapshotStruct.traceNodes[0];
DHeapLoader.test.ts126 traceNodes: [],
/developtools/smartperf_host/ide/test/js-heap/
DHeapDataInterface.test.ts92 traceNodes: [],
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts128 let heapTraceNode = file.snapshotStruct.traceNodes;
/developtools/profiler/host/smartperf/ide/src/js-heap/
DLoadDatabase.ts132 let heapTraceNode = file.snapshotStruct.traceNodes;