Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts92 public getFunctionList(): Array<AllocationFunction> { method in AllocationLogic
DHeapLoader.ts111 return this.allocationLogic.getFunctionList();
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts92 public getFunctionList(): Array<AllocationFunction> { method in AllocationLogic
DHeapLoader.ts111 return this.allocationLogic.getFunctionList();
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts350 let nodeStack = allocationLogic.getFunctionList();