Home
last modified time | relevance | path

Searched refs:getFunctionStack (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts76 private getFunctionStack(node: AllocationFunction, functionList: Array<HeapTraceFunctionInfo>) { method in AllocationLogic
82 this.getFunctionStack(parentNode, functionList);
151 this.getFunctionStack(currentNode, functionList);
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts76 private getFunctionStack(node: AllocationFunction, functionList: Array<HeapTraceFunctionInfo>) { method in AllocationLogic
82 this.getFunctionStack(parentNode, functionList);
151 this.getFunctionStack(currentNode, functionList);
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts357 let nodeStack = allocationLogic.getFunctionStack(parentData, []);