Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts147 public getNodeStack(allocationNodeId: number): Array<HeapTraceFunctionInfo> { method in AllocationLogic
DHeapLoader.ts120 return this.allocationLogic.getNodeStack(traceNodeId);
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts147 public getNodeStack(allocationNodeId: number): Array<HeapTraceFunctionInfo> { method in AllocationLogic
DHeapLoader.ts120 return this.allocationLogic.getNodeStack(traceNodeId);
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts309 let nodeStack = allocationLogic.getNodeStack(12);