Home
last modified time | relevance | path

Searched refs:getFunctionNodeIds (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts133 public getFunctionNodeIds(allocationNodeId: number): Array<number> { method in AllocationLogic
DHeapLoader.ts123 getFunctionNodeIds(id: number) {
124 return this.allocationLogic.getFunctionNodeIds(id);
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts133 public getFunctionNodeIds(allocationNodeId: number): Array<number> { method in AllocationLogic
DHeapLoader.ts123 getFunctionNodeIds(id: number) {
124 return this.allocationLogic.getFunctionNodeIds(id);
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts314 let nodeStack = allocationLogic.getFunctionNodeIds(12);
DHeapLoader.test.ts234 expect(heapLoader.getFunctionNodeIds(1)).toStrictEqual([]);