Searched refs:getFunctionNodeIds (Results 1 – 6 of 6) sorted by relevance
133 public getFunctionNodeIds(allocationNodeId: number): Array<number> { method in AllocationLogic
123 getFunctionNodeIds(id: number) {124 return this.allocationLogic.getFunctionNodeIds(id);
314 let nodeStack = allocationLogic.getFunctionNodeIds(12);
234 expect(heapLoader.getFunctionNodeIds(1)).toStrictEqual([]);